view miscellany/convert/mm-to-mmdf @ 0:bce86c4163a3

Initial revision
author kono
date Mon, 18 Apr 2005 23:46:02 +0900
parents
children
line wrap: on
line source

: 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