run-proxy.sh (247B)
1#!/bin/bash 2 3#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-$$ 4 5valgrind --show-leak-kinds=all --leak-check=full service/src/build/stldoctor 2>&1