diff options
Diffstat (limited to 'run-proxy.sh')
| -rwxr-xr-x | run-proxy.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/run-proxy.sh b/run-proxy.sh new file mode 100755 index 0000000..efc1450 --- /dev/null +++ b/run-proxy.sh @@ -0,0 +1,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-$$ |
