Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 411 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 411 Bytes

mock-shell

  • C Program that supports IO redirection, piping, command substitution and process management mimicing a terminal/shell (currently only for use on Linux systems/WSL due to libraries)
  • Build all files using make
  • Run the program using ./monitor myshell (monitor prevents fork from being called indefinitely which may result in resource starvation.)