This C program implements a simple Unix shell program. The shell supports the following:
- The internal shell command "exit" which terminates the shell.
- A command with no arguments.
- A command with arguments.
- A command, with or without arguments, executed in the background using &.
This project was developed as part of the course Operating Systems in the Fall 2021 semester at the Faculty of Engineering, Alexandria University, under the Computer and Communications Engineering department, supervised by Dr. Hicham Elmongui.
This project was developed using the Ubuntu operating system.
1- Clone the repository to your local machine:
git clone https://github.com/MohEsmail143/simple-shell.git
2- Compile and run the project.
This project is licensed under the MIT License - see the LICENSE.md file for details