A minimal UNIX-shell implementation written in C99 with basic functionalities such as piping and redirection.
The code is written in accordance to the 42 School Norm.
- echo
- cd
- pwd
- env
- export
- exit
- unset
make ./
A minimal UNIX-shell implementation written in C99 with basic functionalities such as piping and redirection.
The code is written in accordance to the 42 School Norm.
make ./