This project involves creating a simple shell in C that supports pipes, custom commands, and logging. The shell allows users to execute standard UNIX commands, create pipelines between commands, and log command execution details to a file.
- Pipes
- Custom Commands
- Logging