projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96219e6
)
draft
author
Christian Grothoff
<christian@grothoff.org>
Tue, 12 Oct 2010 07:37:23 +0000
(07:37 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 12 Oct 2010 07:37:23 +0000
(07:37 +0000)
bin/jtb
[new file with mode: 0755]
patch
|
blob
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 "$@"