bash-spinner
bash-spinner copied to clipboard
Display a small progress spinner in bash while running your commands
spinner.sh
Display an awesome 'spinner' while running your long shell commands
Do NOT call _spinner function directly. Use {start,stop}_spinner wrapper functions
usage:
- source this script in your's
- start the spinner: start_spinner [display-message-here]
- run your command
- stop the spinner: stop_spinner [your command's exit status]
Also see: test.sh