Python script that executes commands in your minishell/42sh and in the tcsh shell to compare them.
-> python3
- add you mysh/42sh exe to the folder
- run the "make" command
- The script will generate files such as "yes", "no", "a b c"... Do not worry about them, you can erase them.
- If messages such as "oiuoiu: No such file or directory." appear it is normal, here the goal is to try and produce erros. As those are errors, the output is not redirected to the file and instead is printed directly into the stdou. Just make sure that they appear twice -> once for your shell and the second time for the tcsh.
In order to add tests you'll have to modify the "cmd" file.
The structure of each test is the following -> "test_name"={cmd to be executed}
-> Do not write more than one empty line at the end of the file <-