4.4BSD/usr/src/contrib/mh-6.8/miscellany/convert/mm-to-mmdf

: run this script through /bin/sh
:	convert an MM-style maildrop to an MMDF-style maildrop.
:	strips the MM delimiter line
:	assumes that CR-LF's have already been tr'd to newlines

for A in $*
do
     ex $A < mm-mmdf.ex
done