home *** CD-ROM | disk | FTP | other *** search
- h32783
- s 00011/00000/00000
- d D 1.1 95/07/06 18:59:02 tim 1 0
- c These are shell scripts that talk to varios programs involved in sending email to / from the psion
- e
- u
- U
- f e 0
- t
- T
- I 1
- #!/bin/csh -f
- # load the envisonmane
- echo doemail initialising
- source setupenv
- # start the psion link up
- startpsion
- # deal with outgoing email
- echo Doing outgoing emails
- dooutgoing
- # shut the psion down
- endpsion
- E 1
-