How to Install fsh on Mac using Brew
Package Information:
Name: fsh
Use: Provides remote command execution
URL: https://www.lysator.liu.se/fsh/
Installation Steps:
- Open Terminal.
- Run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install fsh using brew
brew install fsh
fsh is ready to use now!