Importing SVN archives - B6M1
This commit is contained in:
commit
fc4c6bd340
1695 changed files with 98617 additions and 0 deletions
build-tools
9
build-tools/start-server.sh
Executable file
9
build-tools/start-server.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue