A custom UNIX Interpreter written for ALX team project Exercises
shello is a basic unix intepreter created to read commands from the standard input and execute them
- shello {filename}
gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c -o shello
Codes written should pass betty checks
Write a UNIX Command Line Interpreter
Command lines with Arguments should be handled
- timmySpark
- Emmzy 17