Simple Shell
0x16. C - Simple Shell SimpleShell basic command-line interpreter implemented in C. Project Features: Supports basic shell functionalities and excutes commands entered by the user Tasks : 1- Writing a clean code that passes the Betty checks 2- Handle command lines with arguments 3- Handleing the PATH 4- fork must not be called if the command doesn’t exist