摘要: #!/bin/bash action=$1 port=$2 file="/home/operation/workspace/renderingengine/engine/services.txt" #file="/tmp/services.txt" if [ $# -lt 2 ];then echo "\033[31m usage: sh $0 action port\033[0m"... 阅读全文
posted @ 2018-12-04 15:37 wangmo 阅读(246) 评论(0) 推荐(0)