Created
May 27, 2015 22:50
-
-
Save heyseus1/bf7230cc722d4445e407 to your computer and use it in GitHub Desktop.
ruby monkey loop
This file contains 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 'C=`stty size`.scan(/\d+/)[1].to_i;S=["2743".to_i(16)].pack("U*");a={};loop{a[rand(C)]=0;a.each{|x,o|;a[x]+=1;print "\ π π π"};$stdout.flush;sleep 0.1}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment