/Shell

Implementation of a basic unix shell in C

Primary LanguageCMIT LicenseMIT

Shell

A custom shell designed in C for Unix based systems. It supports standard features of a shell involving IO redirection and piped commands. Appropiate error checks have been incorporated to report invalid commands.

Compilation

$ cd Shell
$ gcc shell.c -o shell
$ ./shell

Preview

shell