aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2012-04-12 06:46:06 +0000
committerFlorian Dold <florian.dold@gmail.com>2012-04-12 06:46:06 +0000
commitd0a7563427b29ac4ae33eb8b6222cecea247887e (patch)
treeac7216436badb17a9df2451cafca72b56290c54c /bin
parentc416ef96040c6f23f07d1ed25e3efc79b29e2d7e (diff)
downloadgnunet-java-d0a7563427b29ac4ae33eb8b6222cecea247887e.tar.gz
gnunet-java-d0a7563427b29ac4ae33eb8b6222cecea247887e.zip
updated issues, doc
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gnunet-core5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/gnunet-core b/bin/gnunet-core
new file mode 100755
index 0000000..dea64d8
--- /dev/null
+++ b/bin/gnunet-core
@@ -0,0 +1,5 @@
1#!/bin/sh
2
3DIR=`dirname $0`
4
5java -ea -cp "$DIR/../build/:$DIR/../lib/*" org.gnunet.core.Core "$@"