minishell project of school 42.
$ make
$ ./minishell
Done with minishell_test.
$ git submodule update minishell_test
$ cd minishell_test
$ ./run --help
$ ./run
Install 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.