mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
4 lines
100 B
Bash
Executable File
4 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
cd "${0%/*}"
|
|
./runtime-linux-arm/bin/java -Xms1G -Xmx6G -jar ./assets/TerrarumBuild.jar
|