#!/bin/bash
DIR=`dirname $0`
cd $DIR
cd output
java -cp .:./antlr-runtime-3.2.jar:./jcalendar-1.3.3.jar:./jaws-bin.jar dowser.Dowser_Main
