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

  1. #!/bin/csh -f
  2. # load the envisonmane
  3. echo doemail initialising
  4. source setupenv
  5. # start the psion link up
  6. startpsion
  7. # deal with outgoing email
  8. echo Doing outgoing emails
  9. dooutgoing
  10. # shut the psion down
  11. endpsion
  12.