cleaning crons
[feisty_meow.git] / infobase / configuration / cron / emit_crontab.crontab
1
2 SHELL=/bin/bash
3
4 # m h dom mon dow command
5
6 USER=fred
7
8 #[crontab meta backup]
9 # meta-operation to back up the crontab using cron itself.
10 28 */8 * * * crontab -l >$HOME/$USER.crontab
11