diff options
author | Fridrich von Stauffenberg <cancellor2@gmail.com> | 2011-12-21 04:59:21 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-12-22 00:03:02 -0600 |
commit | 0187c83556b687474acee8e45319fea4d2c2456b (patch) | |
tree | 9b1ff2633eea8b1b14a846f9e6f6f701eaaa4e37 /system/microemulator/microemulator.sh | |
parent | f45cb8317824369397be5603ebe7024afaf46a90 (diff) | |
download | slackbuilds-0187c83556b687474acee8e45319fea4d2c2456b.tar.gz |
system/microemulator: Changed the license and minor cleanup.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/microemulator/microemulator.sh')
-rw-r--r-- | system/microemulator/microemulator.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/microemulator/microemulator.sh b/system/microemulator/microemulator.sh new file mode 100644 index 0000000000..245de44944 --- /dev/null +++ b/system/microemulator/microemulator.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +cd $(dirname $(readlink -f $0)) +exec java -jar ./microemulator.jar |