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

TraceToolkit/TraceToolkit -g $1.trace $1.proc &
