Return to cron-other-docs.sh CVS log | Up to [local] / OpenXM / doc / OpenXM-web / src |
1.1 ! takayama 1: #!/bin/sh ! 2: OpenXM_web_doc=/home/web/OpenXM/Current/doc/other-docs ! 3: (cd ${OpenXM_web_doc} ; ./os_muldif-get.sh) ! 4: (cd ${OpenXM_web_doc} ; ./oxgen-index >index.html) ! 5: # execute this as a daily cron in the user level. ! 6: # crontab -e and add ! 7: # 30 10 * * * /home/web/OpenXM/Current/doc/other-docs/cron-other-docs.sh ! 8: # ! 9: