1 #!/bin/bash
2
3 for((i=0;i<1000;i++))
4 do
5 # sina rating
6 curl -s -A "Mozilla/4.0" http://php.tech.sina.com.cn/download/d_set_scores.php?d_id=12108/&score=5
7 curl -s -A "Mozilla/4.0" http://php.tech.sina.com.cn/download/d_set_scores.php?d_id=12108/&score=5
8 curl -s -A "Mozilla/4.0" http://php.tech.sina.com.cn/download/d_set_scores.php?d_id=12108/&score=5
9 curl -s -A "Mozilla/4.0" http://php.tech.sina.com.cn/download/d_set_scores.php?d_id=12108/&score=5
10 # sina download
11 curl -s -A "Mozilla/4.0" http://php.tech.sina.com.cn/download/d_load.php?d_id=12108/&down_id=60517 > /dev/null
12 # sohu download: ip restrict
13 #http://sdly.driversky.com/down/Setup-1.5.0.31603beta-060626.exe
14 done
15
16 exit 0
17
MEMO
最新推荐文章于 2025-07-17 11:20:41 发布