Skip to content

Instantly share code, notes, and snippets.

@kenmazaika
Last active August 29, 2015 14:19
Show Gist options
  • Save kenmazaika/d3bd0874e57992b9efcc to your computer and use it in GitHub Desktop.
Save kenmazaika/d3bd0874e57992b9efcc to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'cowsay'
puts Cowsay::Character::Cow.say "Thumbs Up, You're Awesome!"
puts
puts "-------------------------------"
sleep(3)
puts Cowsay::Character::Cow.say "I mean MOOOOO!"
gem install cowsay > /dev/null
curl -s https://gist.githubusercontent.com/kenmazaika/d3bd0874e57992b9efcc/raw/b5a42662d8212c9ac9f90185e5cb14acc3547853/cowsay.rb |
ruby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment