Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 344 Bytes

File metadata and controls

13 lines (8 loc) · 344 Bytes

minishell

jorexpos & gade-oli mini :(Sh)

all relevant info regarding its development is stored on the Wiki of this repo

check leaks

to suppress leaks generated by the readline and add_history on the valgrind report, compile and use:

valgrind --suppressions=readline.supp --leak-check=full --show-leak-kinds=all ./minishell