cowsay: fix commands for zsh (#5742)

This commit is contained in:
Nicolas Kosinski
2021-04-13 20:07:18 +02:00
committed by GitHub
parent a048bdb1bf
commit 6c4068b019
3 changed files with 18 additions and 18 deletions

View File

@@ -3,22 +3,22 @@
> Generate an ASCII character (by default a cow) saying or thinking something.
> More information: <https://github.com/tnalpgge/rank-amateur-cowsay>.
- Print an ASCII cow saying "Hello world!":
- Print an ASCII cow saying "Hello world":
`cowsay "Hello world!"`
`cowsay "Hello world"`
- Use text from standard input for the balloon:
- Read text from stdin for the balloon:
`echo "Hello!" | cowsay`
`echo "Hello" | cowsay`
- List all available characters:
`cowsay -l`
- Print an ASCII dragon saying "Hello!":
- Print an ASCII dragon saying "Hello":
`cowsay -f dragon "Hello!"`
`cowsay -f dragon "Hello"`
- Print a stoned thinking ASCII cow:
`cowthink -s "I'm just a cow, not a great thinker ..."`
`cowthink -s "I'm just a cow, not a great thinker..."`