1 2 3 4 5
#!/bin/bash #tee /tmp/run-log-in-$$ | valgrind --show-leak-kinds=all --leak-check=full service/src/build/stldoctor 2>/tmp/run-log-err-$$ | tee /tmp/run-log-out-$$ valgrind --show-leak-kinds=all --leak-check=full service/src/build/stldoctor 2>&1