preloader
image

Custom C Shell

Wrote a custom C shell that can compose multiple programs and manage jobs using modern posix spawn interface rather than fork interface.

Project Details

  • It supports input redirection, output redirection as well as input-output redirection.
  • It supports piping, semi colon operator and also recognizes interrupts such as SIGINT and SIGSTP.