lolcat remake in C
Go to file
2023-02-25 12:27:56 -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 Added Makefile and .gitignore. Erases line on update. 2023-02-25 12:27:55 -05:00
rbtext.c change usleep to nanosleep, new config option. slight refactoring 2023-02-25 12:27:56 -05:00
README.md Actually add .gitignore. Update README.md 2023-02-25 12:27:55 -05:00

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

Can't get any simpler