8 lines
68 B
Bash
8 lines
68 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
JAVA_MEM=256m
|
||
|
|
||
|
|
||
|
|
||
|
java -Xmx$JAVA_MEM -jar launcher.jar $@
|