Shell_in_C

A toy shell with C language

implement basic functions such as command execuator, built-in cd, exit, help.

usage:

gcc -o msh msh.c

./msh

reference