Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 211 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 211 Bytes

Mini_Shell

Unix shell built in C++ that leverages lex and yacc for command parsin and interpretation. It enables process creations and management, background execution, file redirection, piping, and globbing.