Skip to content

Instantly share code, notes, and snippets.

@Gumnos
Created December 25, 2017 20:07
Show Gist options
  • Save Gumnos/76506df6020c5c68034036cddbf0cb19 to your computer and use it in GitHub Desktop.
Save Gumnos/76506df6020c5c68034036cddbf0cb19 to your computer and use it in GitHub Desktop.
Cowsay file using the @nixcraft logo
$nixcraft_eyes = substr $eyes, 1, 1;
$the_cow = <<EOC;
$thoughts
$thoughts, - ~ ~ ~ - ,
, ' ' ,
, ,__. ,
, /~### ~\\ ,
, |##( $nixcraft_eyes > ,
, |###\\ $tongue ,
, \\##| \\ ,
, )###\\ \\ ,
, ,#####\\ | ,
, |######| | , '
' - ,)'~`\\#| / '
\\|/
EOC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment