Skip to content

Instantly share code, notes, and snippets.

@astynax
Last active May 25, 2017 02:54
Show Gist options
  • Save astynax/acfed2bf438ee4b7f03c68a5114de2e8 to your computer and use it in GitHub Desktop.
Save astynax/acfed2bf438ee4b7f03c68a5114de2e8 to your computer and use it in GitHub Desktop.
Vzhuhsay

Vzhuh!

  1. Make sure what you have a cowsay installed
  2. Save the vzhuh.cow to /usr/share/cowsay/cows
  3. ...
  4. PROFIT!
$ cowthink -f vzhuh Hello
 _____
< foo >
 -----
 o
  o
   o
     *
    / \
   /   \ 
 (\-----/)  |> \|/ \/ \/
 ( <|> <|>  |> /|\ /  /\
 (    *  )
  )))----------* - - - - -
# provided by Astynax
$the_cow = <<"EOC";
$thoughts
$thoughts
$thoughts
*
/ \\
/ \\
(\\-----/) |> \\|/ \\/ \\/
( <|> <|> |> /|\\ / /\\
( * )
)))----------* - - - - -
EOC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment