Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 677 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 677 Bytes

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.