Created
March 10, 2017 22:52
-
-
Save AlexLamson/629ade7c40dd4abb61976d1f27be896c to your computer and use it in GitHub Desktop.
Make a random cow say "Hello"
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
#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