projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
cleaning and moving a lot of files.
[feisty_meow.git]
/
database
/
configuration
/
cron
/
bookmarks_builder.crontab
1
2
SHELL=/bin/bash
3
4
# m h dom mon dow command
5
6
# regenerate the bookmarks pages.
7
24 10 * * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; bash $HOME/feisty_meow/scripts/bookmarks/create_marks.sh ) &>/tmp/zz_bookmarkingering_$USER.log
8
9