3 lines
76 B
Bash
3 lines
76 B
Bash
|
#!/bin/sh
|
||
|
exec java $JAVA_ARGS -jar /srv/paper.jar $PAPER_ARGS $SPIGOT_ARGS
|