Project

ezbash

0.0
No release in over 3 years
Low commit activity in last 3 years
Users are thrown into a simplified shell with only a 'help' command as a guide.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0

Runtime

 Project Readme

ezbash

Gem Version

ezbash is a tool created to help people ease their way into using the MacOS or Linux terminal, that most powerful of applications.

##Installation As your first step into learning bash, enter this into your terminal:

gem install ezbash

Note: You may have to tack "sudo" onto the begining of the above command to get the program to install. If you get an error code like "Permision denied", you will need to do this.

##Usage To run the application, enter this into the terminal:

ezbash

Then, list possible commands by entering "help" and get started! Have fun!

##Uninstallation To uninstall the program, enter this into your terminal:

gem uninstall ezbash

Note: Again, if you get an error like "Permision denied", put the word "sudo" at the begining of the command.