minishell project of school 42.
$ make
$ ./minishellDone with minishell_test.
$ git submodule update minishell_test
$ cd minishell_test
$ ./run --help
$ ./runInstall Doxygen
Generate with make doc (clean with make doc_clean).
You can then read the man pages in ./doc/man or open ./doc/html/index.html in your browser.