Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 265 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 265 Bytes

0x16. C - Simple Shell

Write a UNIX command line interpreter. Handle command lines with arguments. Handle the PATH. Implement the exit built-in, that exits the shell. Implement the env built-in, that prints the current environment. write your own strtok function.