progress_bar.sh icon indicating copy to clipboard operation
progress_bar.sh copied to clipboard

Progress bar for the shell

Results 2 progress_bar.sh issues
Sort by recently updated
recently updated
newest added

Hi. A user of one script where we use progress_bar.sh reported a bug on his MacOSX machine: https://github.com/trahay/bbb-downloader/issues/11#issue-639772759 Would you have any hint on what's the issue ?

```bash progress_bar() { local DURATION=${1}; # Duration local INT=0.25; # refresh interval local TIME=0; # local CURLEN=0; # local SECS=0; # local FRACTION=0; # local FB=2588; # full block trap...