#!/bin/bash

source setup.sh

OPTIONS="-server -Xmx512M"
CLASSPATH="src:fits.jar"

$JAVA $OPTIONS -classpath $CLASSPATH MiniCrush $* 
