Skip to content

Instantly share code, notes, and snippets.

@JEEN
Created July 21, 2010 07:23
Show Gist options
  • Save JEEN/484187 to your computer and use it in GitHub Desktop.
Save JEEN/484187 to your computer and use it in GitHub Desktop.
perl -e 'use Time::HiRes qw/usleep/;$|=1;@chars=(0,1," ");print "\033[1;32m";while(1){print $chars[int(rand(@chars))];usleep(500);}; print "\033[0m";'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment