/tinyshell

Tinyhshell is a program written in C/C++ that tries to replicate a real shell. It processes all shell commands along with three other commands, namely history, history -sbu and exit. The code tries to inculcate Object Oriented Programming, STL and the concept of parent and child procceses into it.

Primary LanguageC++

No issues in this repository yet.