Skip to content

Instantly share code, notes, and snippets.

@alex-endfinger
Created September 11, 2011 20:00
Show Gist options
  • Save alex-endfinger/1210045 to your computer and use it in GitHub Desktop.
Save alex-endfinger/1210045 to your computer and use it in GitHub Desktop.
#!/bin/bash
for i in $(seq 1 2 3 4 5 6 7 8 9 10 100) ; do sleep 1; echo $i | dialog --gauge "Please wait" 10 70 0; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment