aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/jtb4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/jtb b/bin/jtb
index 8f23675ce..4656486fc 100755
--- a/bin/jtb
+++ b/bin/jtb
@@ -3,6 +3,8 @@
3MYDIR=`dirname $0` 3MYDIR=`dirname $0`
4JTB_JAR=`echo ${MYDIR}/../contrib/jtb.jar` 4JTB_JAR=`echo ${MYDIR}/../contrib/jtb.jar`
5cd "$@" 5cd "$@"
6mkdir -p org/gnunet/seaspider/parser 6if [ -d "org/gnunet/seaspider/parser" ]; then
7 mkdir -p org/gnunet/seaspider/parser
8fi
7cd org/gnunet/seaspider/parser 9cd org/gnunet/seaspider/parser
8java -jar $JTB_JAR -printer -jd -np org.gnunet.seaspider.parser.nodes -vp org.gnunet.seaspider.parser.visitors -o C.out.jj "$@/C.jj" \ No newline at end of file 10java -jar $JTB_JAR -printer -jd -np org.gnunet.seaspider.parser.nodes -vp org.gnunet.seaspider.parser.visitors -o C.out.jj "$@/C.jj" \ No newline at end of file