lolcat remake in C
Go to file
0xf8 41db7a8c12
Add compile_commands.json
Signed-off-by: 0xf8 <0xf8.dev@proton.me>
2023-02-25 12:39:22 -05:00
.gitignore Actually add .gitignore. Update README.md 2023-02-25 12:27:55 -05:00
LICENSE Initial commit 2023-02-25 12:27:52 -05:00
Makefile Allowed 'make install' 2023-02-25 12:27:57 -05:00
README.md Improvements 2023-02-25 12:27:56 -05:00
compile_commands.json Add compile_commands.json 2023-02-25 12:39:22 -05:00
rbtext.c Update copyright 2023-02-25 12:30:35 -05:00

README.md

rbtext

Pure-C alternative to something like lolcat on linux.

build

gcc -o rbtext rbtext.c OR make

usage

./rbtext <text> [text...]

install

install -m755 rbtext /usr/bin