#!/bin/sh

RUNDIR="/usr/lib/lastfm"
export LD_LIBRARY_PATH="${RUNDIR}${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"
exec "${RUNDIR}/last.fm" "$@"
