home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / metamail / bin / sun-audio-file.csh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  1993-05-10  |  158 b   |  11 lines

  1. #!/bin/csh -f
  2.  
  3. if (! $?METAMAIL_TMPDIR) then
  4.     set METAMAIL_TMPDIR=/tmp
  5. endif
  6.  
  7. cd ${METAMAIL_TMPDIR}
  8. uudecode < $1
  9. audiotool audio-file
  10. rm -f audio-file $1
  11.