harvest是一个下载html网页得机器人

源代码在线查看: test.sh

软件大小: 7910 K
上传用户: pc1667pc1667
关键词: harvest html
下载地址: 免注册下载 普通下载 VIP

相关代码

				#!/bin/sh				# $Id: test.sh,v 1.5 2003/05/06 17:39:01 adam Exp $				test -d tmp || mkdir tmp				test -d lock || mkdir lock				echo Loading Records				if [ -x ../../index/zebraidx ]; then					../../index/zebraidx update records				fi				echo Starting Server				if [ -x ../../index/zebrasrv ]; then					../../index/zebrasrv				fi							

相关资源