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

tracevisualizer -g $1.trace $1.proc &
