mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
5 lines
89 B
Text
5 lines
89 B
Text
|
#!/bin/sh
|
||
|
|
||
|
cd "`dirname "$0"`"
|
||
|
|
||
|
java -jar ./lib/Mage-Client-0.8.jar -Xms256M -Xmx1024M &
|