8aaab7157543023f7cd87897b1e8d257ca4c7381
[feisty_meow.git] / infobase / configuration / cron / uptime_report.crontab
1
2 SHELL=/bin/bash
3
4 # m h dom mon dow command
5
6 USER=fred
7
8 #[uptime report]
9 # the script writes the current time and current uptime to the log file.
10 0 * * * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; bash $HOME/feisty_meow/scripts/system/write_uptime_report.sh) &>>/tmp/zz_uptime_report_$USER.log
11