Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 439 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 439 Bytes

Msh

a C based unix shell that mimics the behavior of Bash.

App Screenshot

Run Locally

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