mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
4 lines
99 B
Bash
4 lines
99 B
Bash
#!/bin/sh
|
|
cd $(dirname "${0}")
|
|
java -Xmx4096m -Dfile.encoding=UTF-8 -jar $project.build.finalName$
|