mirror of
https://gitlab.dit.htwk-leipzig.de/computermusik-ws23/data-composition.git
synced 2025-05-19 12:11:47 +02:00
4 lines
100 B
Bash
Executable File
4 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
ghci -ghci-script "$(ghc -e 'import Paths_tidal' -e 'getDataDir>>=putStr')/BootTidal.hs"
|
|
|