summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/altosui-fat
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-11-24 14:57:57 -0800
committerKeith Packard <keithp@keithp.com>2010-11-24 15:09:05 -0800
commit3fbefb3eea981d34a09496cf8abf0119de2e35bf (patch)
tree6e7956ca5c9336c7c61ebdcede5336a4c0191c37 /ao-tools/altosui/altosui-fat
parent7a50837ea0d92db3f469f197ec8210aee22aa143 (diff)
Move altosui to the top level, placing libaltos inside it.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/altosui/altosui-fat')
-rwxr-xr-xao-tools/altosui/altosui-fat4
1 files changed, 0 insertions, 4 deletions
diff --git a/ao-tools/altosui/altosui-fat b/ao-tools/altosui/altosui-fat
deleted file mode 100755
index 95b1c051..00000000
--- a/ao-tools/altosui/altosui-fat
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-me=`which "$0"`
-dir=`dirname "$me"`
-exec java -cp "$dir/*" -Djava.library.path="$dir" -jar "$dir"/altosui-fat.jar "$@"