cowsay: add page

waldyrious/alt-syntax
Jeroen Meulemeester 2016-01-02 23:59:49 +01:00
parent 27e7a86ecd
commit c9e197e8d7
1 changed files with 15 additions and 0 deletions

15
pages/common/cowsay.md Normal file
View File

@ -0,0 +1,15 @@
# cowsay
> Generate an ASCII character like a cow or sheep saying or thinking something
- Print an ASCII cow saying "Hello world!"
`cowsay "Hello world!"`
- Print an ASCII dragon saying "Hello!"
`echo "Hello!" | cowsay -f dragon`
- Print a stoned thinking ASCII cow
`cowthink -s "I'm just a cow, not a great thinker ..."`