Skip to content
/ msh Public

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

Notifications You must be signed in to change notification settings

resherra/msh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published