Skip to content

Instantly share code, notes, and snippets.

@compermisos
Created December 11, 2013 17:23
Show Gist options
  • Save compermisos/7914678 to your computer and use it in GitHub Desktop.
Save compermisos/7914678 to your computer and use it in GitHub Desktop.
clear;while :;do echo $LINES $COLUMNS $(($RANDOM%$COLUMNS));sleep 0.1;done|gawk '{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