home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 8 / boot-disc-1997-04.iso / PDA_Soft / Psion / comms / psionmai / justoutg < prev    next >
Text File  |  1995-07-13  |  223b  |  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.