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