#!/bin/csh -f
if (-e /musr/bin/newplay) then
	/musr/bin/newplay $1
else if (-e /usr/bin/sndplay) then
	 /usr/bin/sndplay $1
else echo "Can't find sound player! Fix unix/playsnd in Common Music's directory."
endif
