mirror of
https://gitlab.dit.htwk-leipzig.de/computermusik-ws23/data-composition.git
synced 2025-05-18 23:31:47 +02:00
9 lines
273 B
Bash
Executable File
9 lines
273 B
Bash
Executable File
#!/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 --password "" |