#!/bin/sh # just to make gdb<->bash easier PROG=../bin/spfquery/spfquery_static valgrind --leak-check=yes --show-reachable=yes --num-callers=8 $PROG "$@"