2022年3月9日

shell 每秒调用某个地址的方法

摘要: #!/bin/bash step=1 for (( i = 0; i < 60; i=(i+step) )); do curl http://fn.k6akg6f.bar/chat.php sleep $step done exit 0 阅读全文

posted @ 2022-03-09 18:20 泽一年 阅读(37) 评论(0) 推荐(0) 编辑

导航