Skip to content

Instantly share code, notes, and snippets.

@eiwe
Created February 12, 2012 07:17
Show Gist options
  • Save eiwe/1807030 to your computer and use it in GitHub Desktop.
Save eiwe/1807030 to your computer and use it in GitHub Desktop.
Anti-idle dot
dot() { a=( . ˙ );while true;do printf "$a\r";sleep 1;a+=($a);a=("${a[@]:1}");done; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment