Added all of the MH sources, including RCS files, in
[mmh] / docs / historical / mh-6.8.5 / miscellany / convert / its-to-mmdf
1 : run this script through /bin/sh
2 :       convert an ITS-style maildrop to an MMDF-style maildrop.
3 :       assumes that CR-LF's have already been tr'd to newlines
4
5 for A in $*
6 do
7      ex $A < its-mmdf.ex
8 done