mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 13:09:33 -06:00
12 lines
207 B
Bash
12 lines
207 B
Bash
#! /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 $*"
|
|
|