mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 19:51:51 +09:00
4 lines
147 B
Bash
Executable File
4 lines
147 B
Bash
Executable File
#!/bin/bash
|
|
cd "${0%/*}"
|
|
./runtime-linux-arm/bin/java -Xms128M -Xmx2G -Dswing.aatext=true -Dawt.useSystemAAFontSettings=lcd -jar ./TerranBASIC.jar
|