This repository has been archived on 2024-07-18. You can view files and clone it, but cannot push or open issues or pull requests.
lwb6/build-tools/execute-clit.sh

6 lines
137 B
Bash
Raw Normal View History

2018-10-23 09:38:02 +02:00
#!/bin/sh
BASE="`dirname $0`"
cd "$BASE/server"
source server-config.sh
java $LOG -jar legacyworlds-server-main-*.jar --run-tool $1 "$2"