a C based unix shell that mimics the behavior of Bash.
Clone the project
gcl git@github.com:resherra/msh.git && cd msh
Get the Readline library if its not already exist (i'm using brew) && change the paths in the Makefile
brew install readline
Build the program's files && Run
make && ./msh