Skip to content

Instantly share code, notes, and snippets.

@cutmail
Last active August 29, 2015 14:00
Show Gist options
  • Save cutmail/ce4f359c34dc7d90ed12 to your computer and use it in GitHub Desktop.
Save cutmail/ce4f359c34dc7d90ed12 to your computer and use it in GitHub Desktop.
Macのターミナルで桜が降る
ruby -e 'C=`stty size`.scan(/\d+/)[1].to_i;S="\xf0\x9f\x8c\xb8";a={};puts "\033[2J";loop{a[rand(C)]=0;a.each{|x,o|;a[x]+=1;print "\033[#{o};#{x}H \033[#{a[x]};#{x}H#{S} \033[0;0H"};$stdout.flush;sleep 0.01}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment