4 lines
93 B
Bash
Executable File
4 lines
93 B
Bash
Executable File
#!/bin/bash
|
|
HOME=$SPOTIFY_HOME
|
|
LD_PRELOAD=/usr/lib/spotify-adblock.so /usr/bin/spotify "$@"
|