0x4d6165 / ezbash

A simple tool that teaches people how to use the terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple tool that teaches people how to use the terminal.

License:GNU General Public License v2.0


Languages

Language:Ruby 100.0%