#!/bin/sh
# Script to run the interface to the trace toolkit given a data file

TraceToolkit/TraceToolkit -a -s $1.trace $1.proc $1.data &
