3 lines
103 B
Bash
Executable File
3 lines
103 B
Bash
Executable File
#!/bin/sh
|
|
/app/prepare_environment.sh && java -Xms6G -Xmx6G -Dfml.readTimeout=180 @java9args.txt nogui
|