-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mish is a simple shell made in Python. It is a fun project for me to work on in my free time. Feel free to contribute by submitting a pull request to keep the project going!
After installation, you will be presented with a welcome message showing the current version of Mish and to type help if you need help. Underneath this message is a message showing the directory you are currently in followed by an arrow. You can type commands here to send them to Mish. The commands you type here correspond to the commands in the /scripts folder, with the exception of the Mash command, which is stored in the /shell folder, and the exit command, which simply stops the program. If you don't know what a certain command does, or how to use it, you can type help followed by the name of the command which you want help for. These help messages are stored in the /help folder.