Initial Commit - Copy from Altus Metrum AltOS
This commit is contained in:
4
altosui/altosui-fat
Executable file
4
altosui/altosui-fat
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
me=`which "$0"`
|
||||
dir=`dirname "$me"`
|
||||
exec java -cp "$dir/*" -Djava.library.path="$dir" -jar "$dir"/altosui-fat.jar "$@"
|
Reference in New Issue
Block a user