Created
September 9, 2013 22:02
-
-
Save silentbicycle/6502137 to your computer and use it in GitHub Desktop.
Pirate cow, for cowsay(1). Goes in /usr/local/share/cows/ or wherever your cowsay install puts it.
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
$eye = chop($eyes); | |
$the_cow = <<"EOC"; | |
$thoughts A__^ | |
$thoughts ($eye#)\\_______ | |
(__)\\ )\\/\\ | |
$tongue ||----w | | |
J| |V | |
EOC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment