#!/bin/sh

PROG=../bin/spfquery/spfquery_static

valgrind --logfile=.valgrind/log --leak-check=yes --show-reachable=yes --num-callers=8 $PROG "$@"


syntax highlighted by Code2HTML, v. 0.9.1