1 2 3 4 5 6 7 8 9
#!/usr/bin/zsh if [ -z "$1" ] then echo "Usage: start.sh <synth name>" exit 1 fi "$1/target/release/$1" -b alsa --output-device pipewire "${@:2}"