#!/bin/csh
# Unix script file to run ATV 

set FORESTERDIR = $BIRCH/java/forester

java -cp $FORESTERDIR/ATVapp.jar ATVapp $argv


