home *** CD-ROM | disk | FTP | other *** search
- h34836
- s 00011/00000/00000
- d D 1.1 95/07/06 18:58:36 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
- echo dooutgoing - initialising
- source setupenv
- echo Getting the outgoing email
- getoutgoing
- echo Sending the outgoing email
- mailsend out.mta
- echo Reseting the out.mta file
- resetoutmta
- echo Deleting working files
- dotidy
- E 1
-