Skip to content

ouaisbrefbams/minishell

Repository files navigation

minishell norminette

minishell project of school 42.

Authors

Usage

$ make
$ ./minishell

Testing

Done with minishell_test.

$ git submodule update minishell_test
$ cd minishell_test
$ ./run --help
$ ./run

Documentation

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.