repos/msh

simple shell implementation
Commits Files Refs README LICENSE
ModeNameSize
-rw-r--r--LICENSE21 L
-rw-r--r--Makefile20 L
-rw-r--r--README.md15 L
-rw-r--r--msh.c308 L
-rw-r--r--tui.c30 L
-rw-r--r--tui.h7 L

msh: minimal shell

Initial implementation based on: write a shell in C

Quick start

$ make -j $(nproc)
$ ./msh

License

MIT