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:

  1. Open Terminal by pressing <command+space>. Type terminal and hit Enter key.
  2. Execute the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install bar using brew
    brew install bar

bar is ready to use now!