diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/miscellany/convert/mm-to-mmdf	Mon Apr 18 23:46:02 2005 +0900
@@ -0,0 +1,9 @@
+: 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