Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 253 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 253 Bytes

Simple Unix Shell

This is my own implementation of a unix shell that I made for Carleton CS332 "Operating Systems" in the fall of 2017.

Supported features:

  • I/O redirection: ls > files.txt
  • Piping: ls | less
  • Forking: curl some.big.file &