Skip to content

Instantly share code, notes, and snippets.

@JaisonBrooks
Created August 4, 2014 15:54
Show Gist options
  • Save JaisonBrooks/5d4c91cf950c31869815 to your computer and use it in GitHub Desktop.
Save JaisonBrooks/5d4c91cf950c31869815 to your computer and use it in GitHub Desktop.
Bash-Progress Bar
echo -ne '##### (33%)\r'
sleep 1
echo -ne '############# (66%)\r'
sleep 1
echo -ne '####################### (100%)\r'
echo -ne '\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment