3 lines
257 B
Bash
Executable file
3 lines
257 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
make && valgrind --leak-check=full --show-leak-kinds=none --track-origins=yes --track-fds=no --trace-children=yes --read-var-info=yes --read-inline-info=yes ./minishell <<<'/usr/bin/env echo this\ is\ a\ concat" $PATH"'"'jklfsjhklgfd'"
|