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