#!/bin/csh
set commandLine=$0
set thisDir=`echo commandLine | dirname $0`
java -Xmx512m -Xincgc -cp $thisDir/cohort.jar com.cohort.CoText $1 $2 $3 $4
