摘要: #!/bin/bash n=0 max=11 while(($n<max)) do curl -sS --connect-timeout 1000 -m 60000 'http://wx.com/inex' //访问url n=($n+1) sleep 5 done 脚本写好后将添加到linux服务 阅读全文
posted @ 2020-02-24 16:35 php+人工智障 阅读(1629) 评论(0) 推荐(0) 编辑