/Basic_Shell

Create basic Unix Shell

Primary LanguageC

PSU_minishell1

the goal of the project is to create a basic Unix-based shell

Linux

To launch it:

https://github.com/ClementBolin/Basic_Shell.git && cd Basic_Shell && make re && ./mysh

Mac OS

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

Contains

we had to redo the following orders:

  • cd
  • setenv
  • unsetenv