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