18 lines
484 B
Markdown
18 lines
484 B
Markdown
|
# FriendSay
|
||
|
|
||
|
Takes responses from a two question survey and randomly selects one to display on Cowsay.
|
||
|
|
||
|
The result should look something like this when piped into Cowsay:
|
||
|
```
|
||
|
__________________________________
|
||
|
/ Boy are you looking good today! \
|
||
|
| |
|
||
|
Ed /
|
||
|
----------------------------------
|
||
|
\ ^__^
|
||
|
\ (oo)\_______
|
||
|
(__)\ )\/\
|
||
|
||----w |
|
||
|
|| ||
|
||
|
```
|