diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-06-17 10:36:56 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-06-17 10:36:56 +0800 |
commit | 015f36d6d25a8a0e30dbf8b94d006876eef68203 (patch) | |
tree | 344bc282fe6f62ce6a159f362dbcf16f92b7dfa6 | |
parent | 02fed04deb55562631c2d24c9e995bd69bb46084 (diff) | |
download | dotfiles-015f36d6d25a8a0e30dbf8b94d006876eef68203.tar.bz2 |
Add _littleprince.cow for cowsay (credit: aptitude)
-rw-r--r-- | _littleprince.cow | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/_littleprince.cow b/_littleprince.cow new file mode 100644 index 0000000..faf9e7c --- /dev/null +++ b/_littleprince.cow @@ -0,0 +1,33 @@ +## +## ~/.littleprince.cow +## +## Aaron LI +## 2010-10-25 +## +## Credits: +## > aptitude -vvvvv moo +## Do we need to explain this? +## An elephant being eaten by a snake, of course. +## + +#$the_cow = <<EOC; +# $thoughts +# $thoughts .... +# . ........ +# . . +# . . +# ....... ......... +# .............................. +#Elephant inside ASCII snake +#EOC + +$the_cow = <<EOC; + $thoughts + $thoughts ...... + / \\....... + / \\ + | \\ + .--------' \`----------------- + '---------------------------------------------- + +EOC |