the goal of the project is to create a basic Unix-based shell
To launch it:
https://github.com/ClementBolin/Basic_Shell.git && cd Basic_Shell && make re && ./mysh
To launch it:
https://github.com/ClementBolin/Basic_Shell.git && cd Basic_Shell && sudo docker run --rm -itv $(pwd):/mnt -w /mnt arthurchaloin/epitech-fedora /bin/bash && make re && ./mysh
we had to redo the following orders:
- cd
- setenv
- unsetenv