Easy Steps to Install bar on Mac
Package Information:
Name: bar
Use: This is a small shell script intended to be used in portable Unix install scripts for showing progress bars.
URL: http://www.theiling.de/projects/bar.html
Installation Steps:
- Open Terminal by pressing
<command+space>
. Type terminal and hitEnter
key. - Execute the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install bar using brew
brew install bar
bar is ready to use now!