aboutsummaryrefslogtreecommitdiffstats
path: root/run-proxy.sh
blob: efc14509690f5b855b152e416d89bc40c29199b8 (plain) (blame)
1
2
3
#!/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-$$