A basic shell written in c++ on UNIX operating system
- Basic command execution
- Command-line parsing
- C++ compiler
- Unix-like operating system (Linux, macOS)
To build the SimpleShell, use the following commands:
g++ -o SimpleShell main.cpp
# Running the SimpleShell
./SimpleShell