Skip to content

Instantly share code, notes, and snippets.

@bds
Last active September 28, 2015 22:38
Show Gist options
  • Save bds/1507349 to your computer and use it in GitHub Desktop.
Save bds/1507349 to your computer and use it in GitHub Desktop.
Make is snow in your terminal window
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