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