bashbar
bashbar copied to clipboard
A super minimal pure BASH progress bar
Install
// download the repository
$ git clone https://github.com/wick3dr0se/bashbar; cd bashbar
// install bashbar to $PATH
# install bashbar /usr/local/bin
Usage
$ bashbar <percent> [delay]
Legend
$ ... executed as regular user
# ... executed as superuser
<> ... required argument
[] ... optional option
// ... comment
