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

File: [local] / OpenXM / doc / OpenXM-web / src / cron-other-docs.sh (download)

Revision 1.1, Fri Mar 31 01:03:51 2017 UTC (7 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: HEAD

Scripts to mirror os_muldif

#!/bin/sh
OpenXM_web_doc=/home/web/OpenXM/Current/doc/other-docs
(cd ${OpenXM_web_doc} ; ./os_muldif-get.sh)
(cd ${OpenXM_web_doc} ; ./oxgen-index >index.html)
# execute this as a daily cron in the user level.
# crontab -e and add
# 30 10 * * * /home/web/OpenXM/Current/doc/other-docs/cron-other-docs.sh
#