Skip to content

Instantly share code, notes, and snippets.

@ealgase
Created January 18, 2016 00:34
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 ealgase/3936072a235366ebb209 to your computer and use it in GitHub Desktop.
Save ealgase/3936072a235366ebb209 to your computer and use it in GitHub Desktop.
Loading bash
#!/bin/bash
while true; do for X in 'Ooooo' 'oOooo' 'ooOoo' 'oooOo' 'ooooO'; do echo -en "\b\b\b\b\b$X"; sleep 0.1; done; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment