#!/bin/sh
java -Xmx256m -Dyhc.base.path=$YHC_BASE_PATH -cp $HOME/work/yhcjvm/build com.brian_web.yhcjvm.Interpreter "$@"

