home *** CD-ROM | disk | FTP | other *** search
- : ----- start of script "rntomh" -----
- #
- # rntomh
- #
- # Arguments:
- # %C newsgroup name, dot form
- # %a article number
- #
- # Stdin:
- # the article to save
-
- folder=+news
- new="`mhpath new $folder`"
- ( echo "Article: $2 of $1" ; cat ) > $new
-
- echo Saved article $2 of $1 to $folder.
-