mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 11:51:49 +09:00
4 lines
112 B
Bash
Executable File
4 lines
112 B
Bash
Executable File
#!/bin/bash
|
|
cd "${0%/*}"
|
|
./runtime-osx-x86/bin/java -XstartOnFirstThread -Xms128M -Xmx2G -jar ./TerranBASIC.jar
|