This project is a simple shell implementation in C, designed to mimic the behavior of the Unix shell. It supports basic command execution, input/output redirection, and environment variable management. The goal of this project is to provide a hands-on experience with system calls, process management, and signal handling in C.
afpachec & paude-so