f3fe77dd4ec1011eca870ad8969d5ddc9ecd4909
[feisty_meow.git] / database / configuration / cron / uptime_report.crontab
1
2 SHELL=/bin/bash
3
4 # m h dom mon dow command
5
6 # the script writes the current time and current uptime to the log file.
7 0 * * * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; bash $HOME/feisty_meow/scripts/system/write_uptime_report.sh) &>/dev/null 
8