Skip to content

Instantly share code, notes, and snippets.

@silentbicycle
Created September 9, 2013 22:02
Show Gist options
  • Save silentbicycle/6502137 to your computer and use it in GitHub Desktop.
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.
$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