mirror of
https://gitlab.dit.htwk-leipzig.de/computermusik-ws23/data-composition.git
synced 2025-05-18 23:01:47 +02:00
10 lines
170 B
Bash
Executable File
10 lines
170 B
Bash
Executable File
#!/bin/sh
|
|
|
|
SCRIPT=$(readlink -f "$0")
|
|
SCRIPTPATH=$(dirname "$SCRIPT")
|
|
PROJECTBASEDIR=$(dirname "$SCRIPTPATH")
|
|
|
|
ghci -ghci-script "$PROJECTBASEDIR/configs/BootTidal.hs"
|
|
|
|
|