MiShell is a very simple and dumb shell. It got some builtins commands and ... that's all. I plan to improve it later (if I find time).
- Clone the repo and cd into it:
git clone https://github.com/Definitly-Not-Me/MiShell.git && cd MiShell/src/- Cool nixers and chad C devs will know how to simply compile it with:
gcc main.c logger.c -o MiShell- Run:
./MiShell
Dunno if it's going to help someone but there's a
shell.nixfile in case you want tinker further with it.
Special thanks to codecraters.io for their amazing tutorial and test suite. Also thanks to the stackoverflow community because the C developper man-pages are not that easy to understand.