mirror of
https://gitlab.dit.htwk-leipzig.de/computermusik-ws23/data-composition.git
synced 2025-05-18 23:51:48 +02:00
4 lines
276 B
Bash
Executable File
4 lines
276 B
Bash
Executable File
#!/bin/bash
|
|
# 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 |