#!/bin/sh
export LD_LIBRARY_PATH="/usr/lib64/spotify${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"
exec /usr/lib64/spotify/spotify "$@"
