msh

simple shell implementation
Index Commits Files Refs README LICENSE
ModeNameSize
-rw-r--r--LICENSE21L
-rw-r--r--Makefile20L
-rw-r--r--README.md15L
-rw-r--r--msh.c305L
-rw-r--r--tui.c30L
-rw-r--r--tui.h7L

msh: minimal shell

Initial implementation based on: write a shell in C

Quick start

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

License

MIT