update: started to norme a bit more parser.c

This commit is contained in:
Maieul BOYER 2024-09-11 17:34:59 +02:00
parent 86695aad14
commit b264fae51a
No known key found for this signature in database
9 changed files with 372 additions and 521 deletions

3
test_pipeline.sh Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
make && valgrind --leak-check=full --show-leak-kinds=none --track-origins=yes --track-fds=yes --trace-children=yes --read-var-info=yes --read-inline-info=yes ./minishell <<<'cat </dev/null | cat | cat "./.envrc"'