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

  1. h31276
  2. s 00009/00000/00000
  3. d D 1.1 95/07/06 18:58:55 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. echo getincomming -  Initialising
  14. source setupenv
  15. echo Building transferlist
  16. buildinget
  17. echo Getting remaining incomming files
  18. dotrans
  19. echo Clearing transfer file
  20. rm trans.pscmd
  21. E 1
  22.