Created
April 8, 2011 11:15
-
-
Save abhin4v/909653 to your computer and use it in GitHub Desktop.
Generates a random fortune spoken by a random cow
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
fortune -s -n 100 | cowsay -f `ls -1 /usr/share/cowsay/cows/ | replace ".cow" "" | tail -n +\`echo $(( 1 + (\\\`od -An -N2 -i /dev/random\\\`) % (\\\`ls -1 /usr/share/cowsay/cows/ | wc -l\\\`) ))\` | head -1` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment