update: started to norme a bit more parser.c
This commit is contained in:
parent
86695aad14
commit
b264fae51a
9 changed files with 372 additions and 521 deletions
3
test_pipeline.sh
Executable file
3
test_pipeline.sh
Executable 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"'
|
||||
Loading…
Add table
Add a link
Reference in a new issue