home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume8 / rntomh / rn2mh
Encoding:
Text File  |  1989-08-23  |  280 b   |  17 lines

  1. : ----- start of script "rntomh" -----
  2. #
  3. # rntomh
  4. #
  5. # Arguments:
  6. #   %C  newsgroup name, dot form
  7. #   %a  article number
  8. #
  9. # Stdin:
  10. #   the article to save
  11.  
  12. folder=+news
  13. new="`mhpath new $folder`"
  14. ( echo "Article: $2 of $1" ; cat ) > $new
  15.  
  16. echo Saved article $2 of $1 to $folder.
  17.