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.
- Host: GitHub
- URL: https://github.com/wheelerlaw/mish
- Owner: wheelerlaw
- Created: 2014-10-10T03:34:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-10T03:35:25.000Z (over 10 years ago)
- Last Synced: 2025-01-30T07:31:07.771Z (5 months ago)
- Language: C
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
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.