You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
alistair 632bb6ef66 fix first line bug 3 years ago
Makefile replace tabs w spaces 3 years ago
README.md build instructions 4 years ago
cowsay.c fix first line bug 3 years ago

README.md

c-cowsay

I was bored on an aeroplane so I decided to re-write Tony Monroe's cowsay in C. It does not support multiple cow types or changing the features of the cow, but after several more hours of lazy printf debugging it does wrap text in an almost-identical way.

Build Instructions

sudo make install will build and install it, overriding an original cowsay binary. To avoid this, use sudo make install-compat which will install it as ccowsay.

Just make or make debug will just build the binary without, or with debug flags respectively.