this is simple C++ console-based shell that allows you to write some commands
- Write some command
- same of terminal
- clone the repository
git clone https://github.com/asaadzx/bestShell
- compile the program:
g++ -o myshell myshell.cpp
- Run the Program:
./myshell