Skip to content

Latest commit

 

History

History
executable file
·
8 lines (6 loc) · 289 Bytes

README.md

File metadata and controls

executable file
·
8 lines (6 loc) · 289 Bytes

Simplified Unix Shell

This is a simplified Unix Shell:

  • Check the validity of commands
  • Implement built-in functions: cd, jobs, fg, exit
  • Create child process to proceed the commands, proceed I/O Redirection
  • Terminate and suspend commands by handling Unix/Linux Signals