Skip to content

A custom Unix shell implementation supporting command execution, piping, redirection, and background processes. Built from scratch to mimic core shell functionalities. 🖥️

Notifications You must be signed in to change notification settings

giorgosnikolaou/unix-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Shell

Author

Georgios Nikolaou - sdi2000154

Implementation Details

For an extensive description of the implementation choices, logic and assumptions consult report.pdf

Compilation

A Makefile was created to allow separate compilation and make execution of the project easier. Compile and run using either of

make 
./mysh
make run

About

A custom Unix shell implementation supporting command execution, piping, redirection, and background processes. Built from scratch to mimic core shell functionalities. 🖥️

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published