#!/bin/sh

if [ "$1" = "" ]; then
	echo "mmj <mmsfile>"
	exit
fi

java -mx100000000 mmj.main.MMJ $*
