projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
new version
[feisty_meow.git]
/
infobase
/
configuration
/
cron
/
emit_crontab.crontab
1
2
##############
3
4
#[emit crontab]
5
# meta-operation to backup the crontab file using cron itself.
6
28 */8 * * * crontab -l >$HOME/$(hostname).$CRONUSER.crontab
7
8
##############
9