aboutsummaryrefslogtreecommitdiffstats
path: root/start.sh
blob: 0d2b31ab8d157c3d7fc4125e17a5519c7eb9436a (plain)
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}"