This is a simple Linux shell interpreter created for an assignment in CSC360: Operating Systems at the University of Victoria.
Usage:
bg <command>to have commands execute in the backgroundbglistto check which commands are currently executing in the backgroundcdand all combinations to navigate directories, includingcd ~- any regular Linux commands can be executed in the foreground
exitto quit