The goal of this project is to program a UNIX command interpreter.
For this project, the reference is tcsh. You can do every basic commmand inside like "ls" or "cd"
this list below represent all the executables for the project:
- segfault
- divzero
- infinloop
the executable test.sh
run tests of the project. Before running it, run tcsh
git clone https://github.com/Benjicatch/minishell1.git
To run the program, type make
and then execute the file ./mysh
To run the tests, type make tests_run