Importing SVN archives - B6M1

This commit is contained in:
Emmanuel BENOîT 2018-10-23 09:38:02 +02:00
commit fc4c6bd340
1695 changed files with 98617 additions and 0 deletions
build-tools

9
build-tools/start-server.sh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/sh
BASE="`dirname $0`"
cd "$BASE/server"
source server-config.sh
if [ "x$1" = "x--debug" ]; then
java $LOG -jar legacyworlds-server-main-*.jar
else
( java $LOG -jar legacyworlds-server-main-*.jar </dev/null >/dev/null 2>&1 & ) </dev/null >/dev/null 2>&1 &
fi