]>
git.zerfleddert.de Git - micropolis/blob - res/sounds/player
7784940d8eb5ef608f5b49d87dabef459f2673be
5 if [ -x "`which aplay`" ]; then
7 elif [ -x "`which play`" ]; then
9 elif [ -x "`which mplayer`" ]; then
10 PLAYER
="mplayer -nogui -nocache"
13 exec ${PLAYER} "$@" >/dev
/null
2>&1