#!/bin/sh
#
# Wrapper script to ease use of the Calltree skin/tool.
#
exec /usr/bin/valgrind --tool=calltree --pointercheck=no $*

