#!/bin/sh PROG=../bin/spfquery/spfquery_static valgrind --logfile=.valgrind/log --leak-check=yes --show-reachable=yes --num-callers=8 $PROG "$@"