head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 97.11.26.14.43.52; author alexis; state Exp; branches; next ; desc @@ 1.1 log @Initial revision @ text @#!/bin/sh PROGNAME=`basename $0` cat $1 > /tmp/$PROGNAME.$$.wav /usr/local/bin/sox /tmp/$PROGNAME.$$.wav /tmp/$PROGNAME.$$.au cat /tmp/$PROGNAME.$$.au > /dev/audio @