Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 195 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 195 Bytes

Simple Shell Project This project builds a shell terminal that receives inputs and parses the inputs separating them into commands and arguments. The inputs are tokenized and commands executed.