Last active
December 7, 2016 02:07
-
-
Save simdnyan/4814ddbba8e919c25bcc00ed5d311103 to your computer and use it in GitHub Desktop.
cowsay -f ./d-man.cow D-man bless you.
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
## | |
## D-man | |
## (c) simd.nyan@gmail.com | |
## | |
$eye = chop($eyes); | |
$the_cow = <<EOC; | |
$thoughts _ _ | |
$thoughts (_) (_) | |
/______ \\ | |
\\\\(${eye}(${eye} \\/ | |
| | | | | |
| |_| | | |
/______/ | |
< > | |
(_) (_) | |
EOC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment