Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 300 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 300 Bytes

C-Simple-Shell

monty project C by Yohanna and Muhammad Sunusi Adam

Compiled command

gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c -o monty

Check for memory leaks

valgrind --leak-check=yes ./monty