Parent Directory | Revision Log | Revision Graph | Patch
revision 1.2 by jmc, Sat Jan 6 20:50:35 2018 UTC | revision 1.3 by jmc, Mon Jan 8 14:17:59 2018 UTC | |
---|---|---|
# | Line 33 else | Line 33 else |
33 | fi | fi |
34 | echo ' create new log file:' $logfile | echo ' create new log file:' $logfile |
35 | touch $logfile | touch $logfile |
36 | echo "This log file was created by:" `hostname` " on:" `date` >> $logfile | echo "Log file created from '"`hostname`"' by '$USER' on:" `date` >> $logfile |
37 | fi | fi |
38 | ||
39 | #-- get and parse emails : | #-- get and parse emails : |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |