-
Installeer cowsay
sudo apt install cowsay
-
Voeg kleintje.cow toe aan
/usr/share/cowsay/cows/
-
(Optioneel) Alias kleintjesay
alias kleintjesay='cowsay -f kleintje'
Last active
May 21, 2019 08:10
-
-
Save fdebijl/6cad6b11a0e3e45edbc8167e18f78e9d to your computer and use it in GitHub Desktop.
Kleintjesay
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
$the_cow = <<EOC; | |
$thoughts | |
$thoughts | |
\\ .--,_ | |
\\ / ,/ / | |
/ // / | |
/ // / | |
.' ' ( | |
/ \.-"""-._ | |
/ a ' . ' `-. | |
( . ' " `. | |
`-.-' " ' ; | |
`.' " . .-' " ; | |
: . .' ; | |
`. ' : ' ' ; | |
) _.". " . "; | |
.'_.' .' ' __.,`. | |
'" ""''---'` "' | |
EOC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment