#!/bin/tcsh

source setup.sh

set JAVAOPTS = "-server -Xmx600M"
java $JAVAOPTS -classpath $CLASSPATH Crush $*
