An open API service indexing awesome lists of open source software.

https://github.com/wheelerlaw/mish

A simple Linux shell.
https://github.com/wheelerlaw/mish

Last synced: 3 months ago
JSON representation

A simple Linux shell.

Awesome Lists containing this project

README

        

Author: Wheeler Law
Description: short README for mish.

Known issues:
Couldn't get the history function to work.

Description:

This is a small shell designed to replicate the functionality of many
Linux and UNIX shells. It has the ability to execute programs, and it
counts the number of lines that have been executed.

To compile mish, you need to use gcc 4.6.3 or something compatible. Mish
uses the posix I/O library, so it must be run from a linux machine.