Skip to content

Instantly share code, notes, and snippets.

@fdebijl
Last active May 21, 2019 08:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fdebijl/6cad6b11a0e3e45edbc8167e18f78e9d to your computer and use it in GitHub Desktop.
Save fdebijl/6cad6b11a0e3e45edbc8167e18f78e9d to your computer and use it in GitHub Desktop.
Kleintjesay

Kleintjesay voor Linux

  1. Installeer cowsay
    sudo apt install cowsay

  2. Voeg kleintje.cow toe aan /usr/share/cowsay/cows/

  3. (Optioneel) Alias kleintjesay
    alias kleintjesay='cowsay -f kleintje'

$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