nerdy: add Clippy for cowsay

This commit is contained in:
Andrew Seidl 2015-04-22 01:10:18 -05:00
parent 35b10f0bf3
commit cd8d1204d6
2 changed files with 23 additions and 0 deletions

View File

@ -15,6 +15,7 @@ ENV HOME /root
WORKDIR $HOME
COPY ./lolcat /usr/bin/lolcat
COPY ./clippy.cow /usr/share/cowsay/cows/clippy.cow
RUN echo 'image_me() { convert $1 jpg:- | jp2a ${*:2} -; }' >> $HOME/.bashrc

22
nerdy/clippy.cow Normal file
View File

@ -0,0 +1,22 @@
##
## Would you like some assistance today?
## https://gist.github.com/raggiskula/2351564
##
$the_cow = <<EOC;
$thoughts ___
$thoughts / \\
$thoughts / \\
/ \\
___ ___
/___\\ /___\\
\\\@__/ \\\@__/
| |
| | | |
| | | |
| | | |
| \\ / |
| \\__/ |
\\ /
\\ /
\\____/
EOC