#!/bin/sh

WADIR="/usr/local/Winamp"

export LD_LIBRARY_PATH=${WADIR}/libs:${LD_LIBRARY_PATH}

${WADIR}/Winamp.exe $* >/dev/null 2>&1
