mirror of
https://gitlab.dit.htwk-leipzig.de/computermusik-ws23/data-composition.git
synced 2025-12-18 13:14:17 +01:00
Update
This commit is contained in:
8
tools/troop_client_with_tidal_interpreter.sh
Executable file
8
tools/troop_client_with_tidal_interpreter.sh
Executable 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 --cli --syntax "tidalcycles" --mode $(which ghci) --args "-ghci-script $SCRIPTPATH/BootTidal.hs"
|
||||
Reference in New Issue
Block a user