摘要:
#!/usr/bin/bash #用途:跟踪网页是否有更新 if [ $# -ne 1 ];then echo -e "$Usage $0 URl " exit fi first_time=0 #非第一次运行这个脚本 if [ ! -e "last.html" ] ;then first_time= 阅读全文
posted @ 2018-08-09 23:59
铅笔学园
阅读(177)
评论(0)
推荐(0)
浙公网安备 33010602011771号