Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 373 Bytes

File metadata and controls

19 lines (16 loc) · 373 Bytes

#Building and Running

make 
./shell

#Features

  • All basic commands
  • semicolon separated multiple commands
  • Piping implemented
  • Foreground and Background
  • List running Jobs
  • Killing all background jobs
  • exit and quit commands for exiting the shell
  • Signal handling like Ctrl+D, Ctrl+Z and Ctrl+C
  • Single Header File

#Tested On

  • gcc version 6.2.0
  • Ubuntu 16.10