3 lines
71 B
Bash
3 lines
71 B
Bash
|
#!/bin/sh
|
||
|
exec java $JAVA_ARGS -jar /srv/waterfall.jar $WATERFALL_ARGS
|