#! /bin/sh

# change the value of GFHOME to the directory where you have the gf binary
GFHOME=../

JGUILIB=$GFHOME/src/JavaGUI
GF=$GFHOME/bin/gf
JGUI=GFEditor2

java -cp $JGUILIB $JGUI "$GF -java $*"

