Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 415 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 415 Bytes

Shelly

Shelly is a simple shell that handles pipe/redirect operators

Requirements

  • C compiler

Run shell

To run the shell instance you must first compile the project by running

make

After that, run the executable

./shelly

Running commands

To run a command you must provide the path to the program you want to execute
Example: Running ls -la command

/bin/ls -la