2 lines
102 B
Bash
2 lines
102 B
Bash
#!/bin/sh
|
|
LD_LIBRARY_PATH=/usr/share/spotify/libs exec /usr/share/spotify/spotify-client/spotify "$@"
|