home *** CD-ROM | disk | FTP | other *** search
- h29898
- s 00008/00000/00000
- d D 1.1 95/07/06 18:58:32 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
- # insert the basic information into a mta file
- echo "$indir\" > in.mta
- echo "$myaddr" >> in.mta
- echo "END" >> in.mta
- echo "$outdir\" > out.mta
- echo "$myaddr" >> out.mta
- echo "END" >> out.mta
- E 1
-