#!/bin/sh
# Unix script file to run rid 

FORESTERDIR=$BIRCH/java/archaeopteryx
export FORESTERDIR

java -cp $FORESTERDIR/forester.jar org.forester.application.rid $*
