#!/bin/bash

ip_list=`cat $1` 

for i in $ip_list
do
curl http://www.ip.cn/index.php?ip=$i
done
exit 0

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-17
  • 2021-12-23
  • 2021-12-24
  • 2021-08-13
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-24
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案