home *** CD-ROM | disk | FTP | other *** search
- h23754
- s 00006/00000/00000
- d D 1.1 95/07/06 18:58:39 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
- echo Shortening file lines
- foreach i (in*.msg)
- shortenlines < $i > /tmp/short.tmp
- mv /tmp/short.tmp $i
- end
- E 1
-