摘要: #!/bin/bash # #Author: panb ##此脚本用来向openresty服务器执行命令 # set -e Usage(){ echo "Usage: $0 host1 host2 ... 'command'" } if [ $# -lt 2 ];then Usage exit 0 阅读全文
posted @ 2020-06-16 14:31 jcici 阅读(237) 评论(0) 推荐(0) 编辑