Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 473 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 473 Bytes

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