Skip to content

Instantly share code, notes, and snippets.

@orkoden
Last active August 29, 2015 14:08
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 orkoden/0d79d912705d567eb2cd to your computer and use it in GitHub Desktop.
Save orkoden/0d79d912705d567eb2cd to your computer and use it in GitHub Desktop.
Get all the cows cowsay has to offer to say a random quote
Dir.foreach("/usr/local/Cellar/cowsay/3.03/share/cows") {|cow| puts cow; system "fortune | cowsay -f /usr/local/Cellar/cowsay/3.03/share/cows/#{cow}" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment