home *** CD-ROM | disk | FTP | other *** search
- h33297
- s 00011/00000/00000
- d D 1.1 95/07/06 18:59:00 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 new incomming mail
- echo Doing incomming emails
- doincomming
- # shut the psion down
- endpsion
- E 1
-