Skip to content
/ mysh Public

A basic unix shell interpreter in c programming language using recursive descent parser.

License

Notifications You must be signed in to change notification settings

Swoorup/mysh

Repository files navigation

mysh

A very simply sh-like unix shell written in C using recursive descent parser technique.

WHY