Created
December 25, 2017 20:07
-
-
Save Gumnos/76506df6020c5c68034036cddbf0cb19 to your computer and use it in GitHub Desktop.
Cowsay file using the @nixcraft logo
This file contains 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
$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