mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +01:00
nerdy: add Clippy for cowsay
This commit is contained in:
parent
ddd6186560
commit
45d2fdba8b
|
@ -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
22
nerdy/clippy.cow
Normal file
|
@ -0,0 +1,22 @@
|
|||
##
|
||||
## Would you like some assistance today?
|
||||
## https://gist.github.com/raggiskula/2351564
|
||||
##
|
||||
$the_cow = <<EOC;
|
||||
$thoughts ___
|
||||
$thoughts / \\
|
||||
$thoughts / \\
|
||||
/ \\
|
||||
___ ___
|
||||
/___\\ /___\\
|
||||
\\\@__/ \\\@__/
|
||||
| |
|
||||
| | | |
|
||||
| | | |
|
||||
| | | |
|
||||
| \\ / |
|
||||
| \\__/ |
|
||||
\\ /
|
||||
\\ /
|
||||
\\____/
|
||||
EOC
|
Loading…
Reference in New Issue
Block a user