draft
authorChristian Grothoff <christian@grothoff.org>
Tue, 12 Oct 2010 07:37:23 +0000 (07:37 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 12 Oct 2010 07:37:23 +0000 (07:37 +0000)
bin/jtb [new file with mode: 0755]

diff --git a/bin/jtb b/bin/jtb
new file mode 100755 (executable)
index 0000000..baa6bf4
--- /dev/null
+++ b/bin/jtb
@@ -0,0 +1,4 @@
+#!/bin/sh
+MYDIR=`dirname $0`
+JTB_JAR=`echo ${MYDIR}/../contrib/jtb.jar`
+java -jar $JTB_JAR "$@"