Skip to content

Instantly share code, notes, and snippets.

Created December 12, 2012 21:52
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4271964 to your computer and use it in GitHub Desktop.
Save anonymous/4271964 to your computer and use it in GitHub Desktop.
run this in your terminal (mac/linux). via http://www.reddit.com/r/gifs/comments/14p3ip/snowing_cli_style/
clear; while :; do echo $LINES $COLUMNS $(($RANDOM%$COLUMNS)); sleep 0.1; done | awk '{a[$3]=0; for(x in a) {o=a[x]; a[x]=a[x]+1; printf "\033[%s;%sH ",o,x; printf "\033[%s;%sH*\033[0;0H",a[x],x;}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment