UNIX shell program
This custom Unix shell interface, implemented in C, is a simplified version of traditional Unix shells. It serves as an educational tool to illustrate low-level programming concepts and shell functionalities.
To run this custom shell on your system, follow these steps:
```bash
git clone https://github.com/asaad02/Shell_C.git
cd Shell_C
make all