cat > /usr/local/bin/Spotify <<'EOF' #!/bin/sh librespot --name raspotify --device-type computer --initial-volume 95 --backend pipe | sox -t raw -b 16 -e signed -c 2 -r 44.1k - -b 16 -e signed -c 2 -r 44.1k -t alsa amiga EOF