Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 374 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 374 Bytes

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