diff options
Diffstat (limited to 'bin/jgf')
| -rw-r--r-- | bin/jgf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/jgf b/bin/jgf new file mode 100644 index 000000000..c4911446f --- /dev/null +++ b/bin/jgf @@ -0,0 +1,11 @@ +#! /bin/sh + +# change the value of GFHOME to the directory where you have the gf binary +GFHOME=/home/aarne/GF2/bin + +JGUILIB=$GFHOME/java/ +GF=$GFHOME/gf +JGUI=GFEditor2 + +java -cp $JGUILIB $JGUI "$GF -java $*" + |
