www.pudn.com > egothor-daily-cvssnapshot.zip > index-local.sh
#!/bin/sh
#
# This script indexes local www data from FROM as WWW to BARREL
#
. ./INIT
BARREL=../../tmp/my_www/
FROM=/disk0/public/guide/
WWW=http://localhost
rm -rf $BARREL
time java \
-Djava.util.logging.config.file=log.prop \
-Degothor.coding.pack7=true \
-Degothor.ilist.skip=100 \
org.egothor.apps.Directory $BARREL \
-lowercase ${CSDIA} ${SNIPPET} ${SEM} $FROM as $WWW 2>log.err