aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2010-10-12 07:37:23 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2010-10-12 07:37:23 +0000
commitf925625c7d8776687e7bd8434e846371ffbcec5f (patch)
tree6288dcafe515f5ab9c8cd82c47b0e3c4cd057935 /bin
parent0dc0817685438cdbe793f9761967802fc562817a (diff)
draft
git-svn-id: https://gnunet.org/svn/gnunet@13257 140774ce-b5e7-0310-ab8b-a85725594a96
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 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 "$@"