Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 437 Bytes

File metadata and controls

9 lines (8 loc) · 437 Bytes

ssi

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 background
  • bglist to check which commands are currently executing in the background
  • cd and all combinations to navigate directories, including cd ~
  • any regular Linux commands can be executed in the foreground
  • exit to quit