Add utility scripts

This commit is contained in:
2024-01-29 22:38:28 +01:00
parent c6c1149b3f
commit f096837245
2 changed files with 6 additions and 0 deletions

4
tools/superdirt.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
# Make SuperCollider construct the Path to the default SuperDirt startup file and load it.
# Afterwards direct stdin to sclang so we can control it.
(echo -e 'load(Platform.userAppSupportDir+/+"/downloaded-quarks/SuperDirt/superdirt_startup.scd")' && cat) | sclang

2
tools/tidal Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
ghci -ghci-script $(ghc -e 'import Paths_tidal' -e 'getDataDir>>=putStr')/BootTidal.hs