home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / doc / manual / volume1 / shellfilt.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  1990-09-20  |  205 b   |  12 lines

  1. #! /bin/sh
  2.  
  3. #
  4. # Voice -> IA5 conversion filter
  5. #
  6.  
  7. echo "********************"
  8. echo "There was a voice body part here, which was"
  9. echo "removed in the conversion process"
  10. echo "********************"
  11. exit 0
  12.