1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 17:13:50 +02:00

Merge pull request #557 from fluxw42/cowsay

cowsay: add page
This commit is contained in:
Igor Shubovych 2016-01-03 13:20:30 +02:00
commit 7299a7fb05

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 ..."`