Displays progress bar in terminal. It can be used as a standalone program so you can put it in /usr/bin. The name is stupid like that because of the potential name conflicts.
# Compile
make# Show help
./progress -h
./progress --help# Show progress bar
./progress_bar 100 200
echo 100 200 | ./progress_bar[sudo] make install