This commit is contained in:
2024-03-25 20:08:53 +01:00
parent c9592fadd2
commit 455aa7fc31
19 changed files with 141 additions and 25 deletions

9
tools/troop_server.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
# Script location
SCRIPT=$(readlink -f "$0")
SCRIPTPATH=$(dirname "$SCRIPT")
PROJECTBASEDIR=$(dirname "$SCRIPTPATH")
cd "$SCRIPTPATH"/Troop || exit
# Explicit python version is on purpose, Troop won't work with python 3.11+
python3.10 run-server.py