home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PSION / COMMS / PSIONMAI / DOHEADER < prev    next >
Encoding:
Text File  |  1995-07-13  |  61 b   |  5 lines

  1. #!/bin/csh -f
  2. foreach i (in*.msg)
  3. extractheadr $i -d
  4. end
  5.