aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-12 07:37:23 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-12 07:37:23 +0000
commit13f052e885e1d191534bd46b5efaaf549428e0cc (patch)
tree6288dcafe515f5ab9c8cd82c47b0e3c4cd057935 /bin
parent96219e61dcde38486e7f5a0c2d4f6927c47e9296 (diff)
downloadgnunet-13f052e885e1d191534bd46b5efaaf549428e0cc.tar.gz
gnunet-13f052e885e1d191534bd46b5efaaf549428e0cc.zip
draft
Diffstat (limited to 'bin')
-rwxr-xr-xbin/jtb4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/jtb b/bin/jtb
new file mode 100755
index 000000000..baa6bf461
--- /dev/null
+++ b/bin/jtb
@@ -0,0 +1,4 @@
1#!/bin/sh
2MYDIR=`dirname $0`
3JTB_JAR=`echo ${MYDIR}/../contrib/jtb.jar`
4java -jar $JTB_JAR "$@"