A basic shell built from C++.
- POSIX Compliance: Build a shell that adheres to POSIX standards.
- Built-in Commands: Implement commands like
cd,pwd, andecho. - External Programs: Run external executables directly from your shell.
- Interactive REPL: Implement a Read-Eval-Print Loop to process user commands.