[BACK]Return to cron-other-docs.sh CVS log [TXT][DIR] Up to [local] / OpenXM / doc / OpenXM-web / src

Annotation of OpenXM/doc/OpenXM-web/src/cron-other-docs.sh, Revision 1.1

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:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>