Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 429 Bytes

File metadata and controls

14 lines (8 loc) · 429 Bytes

TechShell


Main Functions


TechShell is a BASH clone coded in c.

While we all coded a version, we decided to go with Callums version due to the readability

It should function almost exactly like a traditional terminal, taking BASH commands and executing them. The main concepts being used are forking into different processes, as well as utilizing the exec() family of c functions