Skip to content

A simple shell to handle pipe/redirect operators.

Notifications You must be signed in to change notification settings

atedesch1/shelly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple shell to handle pipe/redirect operators.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published