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

View File

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