Created
January 2, 2014 19:57
-
-
Save mariuszs/8225600 to your computer and use it in GitHub Desktop.
Fishshell random cowsay
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fortune -s | cowsay -f (cowsay -l | tail -n +2 | tr ' ' '\n' | shuf -n 1) | |
_______________ | |
/ Universe, n.: \ | |
| | | |
\ The problem. / | |
--------------- | |
\ ^___^ | |
\ (ooo)\_______ | |
(___)\ )\/\ | |
||----w | | |
|| || |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment