Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 382 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 382 Bytes

Custom Shell

Author

Georgios Nikolaou - sdi2000154

Implementation Details

For an extensive description of the implementation choices, logic and assumptions consult report.pdf

Compilation

A Makefile was created to allow separate compilation and make execution of the project easier. Compile and run using either of

make 
./mysh
make run