3 lines
63 B
Bash
3 lines
63 B
Bash
#!/bin/sh
|
|
|
|
exec /usr/share/spotify/spotify --single-process $@
|
#!/bin/sh
|
|
|
|
exec /usr/share/spotify/spotify --single-process $@
|