Created
January 2, 2014 21:21
-
-
Save edgar/8227157 to your computer and use it in GitHub Desktop.
Happy New Year in Ruby in less than 140 chars / fork from @camilleroux
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
ruby -e 'def a;10.times{puts " "*rand(79)+"*"};end;99.times{a;puts " "*34+"Happy New Year 2014";a;sleep 0.1;puts "\e[2J"}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment