home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PSION / COMMS / PSIONMAI / PMFULLSO / SUNMAIL / SCCS / S.DOT < prev    next >
Encoding:
Text File  |  1995-07-06  |  432 b   |  29 lines

  1. h33840
  2. s 00016/00000/00000
  3. d D 1.1 95/07/06 18:58:47 tim 1 0
  4. c These are shell scripts that talk to varios programs involved in sending email to / from the psion
  5. e
  6. u
  7. U
  8. f e 0
  9. t
  10. T
  11. I 1
  12. #!/bin/csh -f
  13. touch in.mta out.mta
  14. rm in.mta
  15. rm out.mta
  16. touch in0.msg
  17. rm in*.msg
  18. touch out0.msg
  19. rm out*.msg
  20. touch in0.msg.hdr
  21. rm in*.msg.hdr
  22. touch trans.pscmd
  23. rm trans.pscmd
  24. touch out0.msg
  25. rm out*.msg
  26. touch out0.msg.mf
  27. rm out*.msg.mf
  28. E 1
  29.