/C-Shell

Own Shell Built in C

Primary LanguageC

C Shell

Shell built with C using fork() for child process and pipes for communication.

Compiling

  • Run:

    $ make
    $ ./shell
    
  • Shell command prompt will open in the same terminal window