#!/bin/sh
#
# Simple wrapper script to ease the execution of the Calltree skin.
#
exec /usr/bin/valgrind --skin=calltree $*

