#!/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