merge consul_to_cowsay (#3593)

This commit is contained in:
lch7167
2019-11-23 00:21:20 +09:00
committed by Proscream
parent 503e5f030c
commit 3b31dfcc59
8 changed files with 170 additions and 1 deletions

24
pages.ko/common/cowsay.md Normal file
View File

@@ -0,0 +1,24 @@
# cowsay
> 무언가를 말하거나 생각하는 ASCII 문자(기본적으로 cow)를 생성.
> 더 많은 정보: <https://github.com/tnalpgge/rank-amateur-cowsay>.
- "Hello world!"라고 말하는 ASCII cow 출력:
`cowsay "Hello world!"`
- 풍선에 표준 입력의 텍스트 사용:
`echo "Hello!" | cowsay`
- 사용 가능한 모든 문자 나열:
`cowsay -l`
- "Hello!"라고 말하는 ASCII dragon 출력:
`cowsay -f dragon "Hello!"`
- 돌로 된 생각하는 ASCII cow 출력:
`cowthink -s "I'm just a cow, not a great thinker ..."`