lod61 / python-channel

learning python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shell

lod61 opened this issue · comments

i=1
while (($i<255))
do
  echo $i
  curl "10.20.4.$i"
  let "i++"
done

一段循环脚本,记录下