Shell Simulation
- Tech Stack: C++
- More Info:: Here
✰ Created a program named "msh", which is a simplified shell implementation in C++. It allows users to enter commands, creates a child process to execute the command, and returns control to the shell prompt after the command execution is finished. The shell supports pipelines, allowing users to connect the output of one command to the input of another.
✰ Highlights ability to work with system calls, system-level scripting, process execution, and command-line interfaces.