Shell App is a simple command-line interpreter written in C++. It mimics the behavior of a Unix shell, allowing users to execute commands, manage processes, and navigate the file system.
- Execute built-in commands (
cd,exit, etc.) - Run external programs
- Handle input/output redirection
- Support for background processes
- Simple error handling