Shell in C
06/12/2022
This is a shell project for fun, so please, don't use it for works or anything else.
After seeing that this project was used in many big schools (Epitech
, 42
), I decided to try to take up the challenge, using as few dependencies as possible, and to have a rather light
program.
Features
- The
ls
command with only the-a
parameter. - The
clear
command. - The
pwd
command. - The
exit
command.
Currently, you can add commands dynamically.