Remove the temporary file before exiting mlog

master
nirenjan 2013-09-30 20:46:50 -07:00
parent 8da558be6b
commit 0a74f2f6ad
1 changed files with 2 additions and 0 deletions

2
mlog
View File

@ -48,3 +48,5 @@ cat $MLOG_FILE >> $MLOG_LOG
echo -en "\n----------------------------------------" >> $MLOG_LOG echo -en "\n----------------------------------------" >> $MLOG_LOG
echo -e "----------------------------------------\n" >> $MLOG_LOG echo -e "----------------------------------------\n" >> $MLOG_LOG
rm -f $MLOG_FILE