#!/bin/sh

cat <<...

Group Talisman / North-Keys / Sat Jul 31 00:13:12 CDT 1993
Cbzone II
Sound-Enhanced

...

XAPPLRESDIR=/usr/pkg/lib/X11/app-defaults
export XAPPLRESDIR

cd /usr/pkg/share/cbzone/sounds

cbzone.exec -reports -nooutput $* | \
	{
		while read msg
		do cat ${msg}.au >/dev/audio
		done
	}

exit $?

#--------------------eof
