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

tracevisualizer -a -s $1.trace $1.proc $1.data &
