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

5
build-tools/execute-clit.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
BASE="`dirname $0`"
cd "$BASE/server"
source server-config.sh
java $LOG -jar legacyworlds-server-main-*.jar --run-tool $1 "$2"