My-Shell
Custom C Shell · 2022
A lightweight Unix shell written in C, built to handle essential process management, command parsing, and I/O redirection efficiently.
My-Shell is a custom Unix shell built entirely in C.
It implements core shell functionalities like command parsing, process creation, I/O redirection, and signal handling, designed to replicate real-world shell behaviour with clean, modular code.