Created
June 1, 2017 12:12
-
-
Save saifat29/a64a3e5ec82a374900856d4422e3ad9d to your computer and use it in GitHub Desktop.
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
# GROOT | |
# I made this cowsay character based on an image whose cowsay | |
# file I couldn't find. | |
# This is just an exact replica of the original. | |
# Let me know the original author on devRant | |
# I go by the username 'spoonsearch' | |
# | |
$the_cow = <<EOC; | |
$thoughts | |
$thoughts | |
.^. . – | |
/: ||`/ ~ , | |
, [ & / y' | |
{v': ` / `&~-, | |
'y. ' |` ˙ ' / | |
' . , y | |
v . v | |
V .~. .~. V | |
: ( 0) ( 0) : | |
i `'` `'` j | |
i __ ,j | |
`%`~....~'& | |
<~o' / /` -S, | |
o.~'. )( r .o ,. | |
o', %``/``& : 'bF | |
d', ,ri.~~-~.ri , +h | |
`oso' d`~..~`b 'sos` | |
d`+ II +`b | |
i_:_yi_;y | |
EOC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment