Skip to content

Instantly share code, notes, and snippets.

@ptigas
Created March 14, 2012 14:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ptigas/2036981 to your computer and use it in GitHub Desktop.
Save ptigas/2036981 to your computer and use it in GitHub Desktop.
bash animations
while true; do echo -n "◐\r"; sleep .1; echo -n "◓\r"; sleep .1; echo -n "◑\r"; sleep .1; echo -n "◒\r"; sleep .1; done
while true; do echo -n "◜\r"; sleep .1; echo -n "◠\r"; sleep .1; echo -n "◝\r"; sleep .1; echo -n "◞\r"; sleep .1; echo -n "◡\r"; sleep .1; echo -n "◟\r"; sleep .1; done
while true; do a=$a" "; echo -n "\r" $a "✈ "; sleep .1; done
while true; do a=$a" "; echo -n "\r" $a "\xcf\x80\xce\xbf\xcf\x8d\xcf\x84\xcf\x83\xce\xb1 "; sleep .1; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment