summaryrefslogtreecommitdiff
path: root/telegps/telegps-fat
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-05-28 19:50:52 -0700
committerKeith Packard <keithp@keithp.com>2014-05-28 19:50:52 -0700
commitfe14315d4cfccf8b53d9c4b7fa79302fd36b2c9a (patch)
tree921672a27f2d99dd7218f88b5988514d58f650b2 /telegps/telegps-fat
parent47ff6f7528e3984012e874f91ea4f5c1d68cb465 (diff)
telegps: Working towards building fat versions of telegps application
Lots more of the bits necessary for windows/macosx Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'telegps/telegps-fat')
-rwxr-xr-xtelegps/telegps-fat4
1 files changed, 4 insertions, 0 deletions
diff --git a/telegps/telegps-fat b/telegps/telegps-fat
new file mode 100755
index 00000000..87491248
--- /dev/null
+++ b/telegps/telegps-fat
@@ -0,0 +1,4 @@
+#!/bin/sh
+me=`which "$0"`
+dir=`dirname "$me"`
+exec java -cp "$dir/*" -Djava.library.path="$dir" -jar "$dir"/telegps-fat.jar "$@"