# update # # Add mail in to archive. export PATH=$PATH:/usr/local/bin cd current if test -f mailbox.in then mv mailbox.in mailbox.new { mhonarc -rcfile .mhonarc.rc -add mailbox.new 2>&1 } | mail rj cat mailbox.new >> mailbox.old rm mailbox.new touch UPDATED fi touch RAN