4 lines
85 B
Plaintext
4 lines
85 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
valgrind --leak-check=full --track-origins=yes --show-leak-kinds=all "$@"
|