Bash Shell

  • Tech Stack: Operating System, System Programming, System calls, C
  • Github URL: Project Link

Developed a working POSIX compatible shell with a subset of feature support of your default shell.

Shell has support for aliasing, pipe, history, input/output redirection.

Shell has support for multiprocess execution, done using fork system call.