mirror of
https://gitlab.dit.htwk-leipzig.de/computermusik-ws23/data-composition.git
synced 2025-07-04 06:31:46 +02:00
Fix tidal bash script
This commit is contained in:
@ -1,2 +1,3 @@
|
||||
#!/bin/sh
|
||||
ghci -ghci-script $(ghc -e 'import Paths_tidal' -e 'getDataDir>>=putStr')/BootTidal.hs
|
||||
ghci -ghci-script "$(ghc -e 'import Paths_tidal' -e 'getDataDir>>=putStr')/BootTidal.hs"
|
||||
|
||||
|
Reference in New Issue
Block a user