#!/bin/bash

# Launch node in valgrind with instrumentation running at start up.

# We need to use exec so that the node is the grandchild of
# xterm_prefix.
exec valgrind --tool=callgrind $@