This website requires JavaScript.
Explore
Minetest
Help
Sign In
Droog71
/
magarena
Watch
1
Star
0
Fork
You've already forked magarena
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
19ea017ea6
magarena
/
release
/
Magarena.command
6 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
added a Magarena.command file for launching on Mac
2011-05-22 20:08:55 -07:00
#!/bin/sh
use a more portable way to get the directory of the script
2011-08-20 19:04:29 -07:00
self="${0#./}"
base="${self%/*}"
cd $base; java -Xms256M -Xmx256M -jar Magarena.exe
added a Magarena.command file for launching on Mac
2011-05-22 20:08:55 -07:00