diff options
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 |