Simple Shell
This project is a custom implementation of a Unix shell, built in C. It processes user commands, executes them using system calls, and supports basic shell functionalities like command parsing, execution, and error handling. Designed to mimic a minimalistic shell environment, it demonstrates key concepts in process management, system calls, and memory handling in C.