Shelly is a simple shell that handles pipe/redirect operators
- C compiler
To run the shell instance you must first compile the project by running
make
After that, run the executable
./shelly
To run a command you must provide the path to the program you want to execute
Example: Running ls -la
command
/bin/ls -la