5 lines
140 B
Bash
5 lines
140 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
./spotifyd --no-daemon --username "$SPOTIFYD_USERNAME" --password "$SPOTIFYD_PASSWORD" --device-name "$SPOTIFYD_DEVICE"
|
||
|
|