Gosh is a simple shell for unix systems.
We will be compiling the project from source.
- You firstly must clone the git repo:
git clone https://github.com/marekor555/gosh - Then move to the project:
cd gosh - Get the libraries:
go get . - Install the project:
go install . - Now try the app:
gosh
If the above command fails, saying that gosh command is not found. You need to add go bin to path. And try again.