shell命令循环请求url
#!/bin/bash
for ((i=1; i<=10000; i ++))
do
echo "The value is: $i"
wget http://172.19.90.85/lims-peizhigl/api/System/server-time
done
#!/bin/bash
for ((i=1; i<=10000; i ++))
do
echo "The value is: $i"
wget http://172.19.90.85/lims-peizhigl/api/System/server-time
done