Skip to content

Instantly share code, notes, and snippets.

@abhin4v
Created April 8, 2011 11:15
Show Gist options
  • Save abhin4v/909653 to your computer and use it in GitHub Desktop.
Save abhin4v/909653 to your computer and use it in GitHub Desktop.
Generates a random fortune spoken by a random cow
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