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

FORESTERDIR=$BIRCH/java/archaeopteryx
export FORESTERDIR

java -cp $FORESTERDIR/forester.jar org.forester.archaeopteryx.Archaeopteryx -c $FORESTERDIR/_aptx_configuration_file.txt $*
