A Custom Shell Built from Scratch Using Only Unix System Calls
Overview
A minimalistic shell implementation built from scratch using Unix system calls.
This project demonstrates deep understanding of process management, file descriptors,
and system programming concepts.