Skip to content

Instantly share code, notes, and snippets.

@AlexLamson
Created March 10, 2017 22:52
Show Gist options
  • Save AlexLamson/629ade7c40dd4abb61976d1f27be896c to your computer and use it in GitHub Desktop.
Save AlexLamson/629ade7c40dd4abb61976d1f27be896c to your computer and use it in GitHub Desktop.
Make a random cow say "Hello"
#sudo apt install -yqqq figlet cowsay
figlet -f $(ls /usr/share/figlet/*.flf | shuf -n1) "Hello" | cowsay -n -f $(ls /usr/share/cowsay/cows/ | shuf -n1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment