运维网's Archiver
论坛
›
Shell/Powershell
› shell判断web服务期是否正常
hege
发表于 2018-8-24 09:16:09
shell判断web服务期是否正常
#如下,对一个网页进行简单的判断,看是否正常
#!/bin/bash
fail=0
#success=0
while(( fail
页:
[1]
查看完整版本:
shell判断web服务期是否正常