Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 409 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 409 Bytes

Building and Running

make 
./shell

Features

  • All basic features
  • semicolon separated commands accepted
  • One header file
  • Modularization: each function is defined in different file
  • quit commands for quitting the shell
  • redirection and pipes implemented
  • setenv and unsetenv implemented
  • jobs, kjob, fg, bg, and overkill implemented
  • Ctrl-C and Ctrl-Z implemented

Tested on

  • gcc v6.1