|
|
7 rokov pred | |
|---|---|---|
| LICENSE | 7 rokov pred | |
| README.md | 7 rokov pred | |
| parrotsay.c | 7 rokov pred |
Like parrotsay, but in C
Feed it text either via the command line or via the standard input and see a nice party parrot repeating it to you :)
This is basically a naive re-implementation of cowsay, in C, with a colorful parrot instead of the cow.
Inspired by parrotsay.
This has been tested only with:
To build just do
gcc parrotsay.c -o parrotsay
Or
clang parrotsay.c -o parrotsay