Last active
August 29, 2015 14:19
-
-
Save kenmazaika/d3bd0874e57992b9efcc to your computer and use it in GitHub Desktop.
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
| 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!" |
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
| 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