1 2 3 4 5 6
#!/bin/sh export MallocStackLogging=1 export MallocScribble=1 export MallocLogFile=/dev/null export CLAR_AT_EXIT="leaks -quiet \$PPID" exec "$@"