3 lines
78 B
Bash
3 lines
78 B
Bash
|
#!/bin/sh
|
||
|
exec java $JAVA_ARGS -jar /srv/spigot.jar $SPIGOT_ARGS $SPIGOT_ARGS
|