2023-02-25 22:57:54 +05:30
|
|
|
# rbtext [![CI](https://github.com/devsamoyo/rbtext/actions/workflows/main.yml/badge.svg)](https://github.com/devsamoyo/rbtext/actions/workflows/main.yml)
|
2023-02-25 22:57:52 +05:30
|
|
|
Pure-C alternative to something like `lolcat` on linux.
|
|
|
|
|
|
|
|
Originally made somewhere around 2021-06-16 while I was bored and staying at my friend's house.
|
2023-02-25 22:57:53 +05:30
|
|
|
|
|
|
|
## build
|
|
|
|
`gcc -o rbtext rbtext.c`
|
|
|
|
|
|
|
|
## usage
|
|
|
|
`./rbtext <text>`
|
|
|
|
|
|
|
|
## install
|
2023-02-25 22:57:53 +05:30
|
|
|
`install -m755 rbtext /usr/bin`
|
2023-02-25 22:57:53 +05:30
|
|
|
|
2023-02-25 22:57:53 +05:30
|
|
|
|
2023-02-25 22:57:54 +05:30
|
|
|
> Can't get any simpler
|