data-composition/tools/troop_client_with_tidal_interpreter.sh
2024-03-25 20:08:53 +01:00

8 lines
316 B
Bash
Executable File

#!/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"