Skip to content

Instantly share code, notes, and snippets.

@zimbatm
Last active December 20, 2019 21:05
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 zimbatm/75b859ec56e2816f9a6e4e38cde15844 to your computer and use it in GitHub Desktop.
Save zimbatm/75b859ec56e2816f9a6e4e38cde15844 to your computer and use it in GitHub Desktop.
$ alpacasay
{ cowsay, writeScriptBin }:
# When squinting, the alpaca looks a lot like a llama
writeScriptBin "alpacasay" ''
#!/bin/sh -e
${cowsay}/bin/cowsay -f ${./llama.cow} "$@"
''
# Llama
# Justin Ledford - 2016
# https://github.com/justinledford/llama-cowfile
$the_cow = <<EOC;
$thoughts (\\/)
$thoughts (_o |
/ |
\\ \\______
\\ )o
/|----- |
\\| /|
EOC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment