diff options
author | Christian Grothoff <christian@grothoff.org> | 2010-10-12 07:37:23 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2010-10-12 07:37:23 +0000 |
commit | 13f052e885e1d191534bd46b5efaaf549428e0cc (patch) | |
tree | 6288dcafe515f5ab9c8cd82c47b0e3c4cd057935 /bin | |
parent | 96219e61dcde38486e7f5a0c2d4f6927c47e9296 (diff) |
draft
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/jtb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/jtb b/bin/jtb new file mode 100755 index 0000000000..baa6bf4613 --- /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 "$@" |