5 lines
89 B
Bash
5 lines
89 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
java -Xmx256m -Dorg.apache.jasper.compiler.disablejsr199=true -jar start.jar
|
||
|
|