EzBash

Users are thrown into a simplified bash shell and taught the basics of a powerful tool


License
GPL-2.0-only
Install
gem install EzBash -v 0.0.1

Documentation

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.