5ec323f5c47f4af5581b069bf7b13d133d57ceaa
[feisty_meow.git] / infobase / configuration / cron / doxygen.crontab
1
2 SHELL=/bin/bash
3
4 # m h dom mon dow command
5
6 USER=fred
7
8 #[doxygen]
9 # update the feisty meow documentation once on each of tuesday, thursday and saturday.
10 20 4 * * 2,4,6 (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; cd $HOME/feisty_meow/documentation; make) &>>/tmp/zz_doxy_make_$USER.log
11
12