wwwoffle-htdig-lasttime
上传用户:seven77cht
上传日期:2007-01-04
资源大小:486k
文件大小:1k
- #!/bin/sh
- #### THE SPOOL DIR IS "SPOOLDIR" IN THE LINE BELOW ####
- wwwoffle_spool=SPOOLDIR
- ####
- # Set the path to include the htdig executables
- PATH=$PATH:/usr/local/bin
- export PATH
- # Set the temporary directory used for merging
- #TMPDIR=/tmp
- #export TMPDIR
- # Set up a log file.
- echo > $wwwoffle_spool/html/htdig/wwwoffle-htdig.log
- # Do the digging and merging
- htdig -i -v -c $wwwoffle_spool/html/htdig/conf/htdig-lasttime.conf >> $wwwoffle_spool/html/htdig/wwwoffle-htdig.log 2>&1
- htmerge -v -m $wwwoffle_spool/html/htdig/conf/htdig-lasttime.conf -c $wwwoffle_spool/html/htdig/conf/htmerge.conf >> $wwwoffle_spool/html/htdig/wwwoffle-htdig.log 2>&1