/mysh

My simple shell for minix

Primary LanguageMakefileBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

mysh

My simple shell for minix

The project developed only for study purpose, not for production use.

Usage

mysh
$ ls

Build

make

TODO

[x] add makefile
[ ] print the prompt
[ ] run command from /bin
[ ] pass arguments to programm
[ ] pass environment to programm
[ ] support PATH enviroment variable
[ ] support > and <
[ ] support pipe