摘要: 转发:https://www.cnblogs.com/LXL616/p/10992256.html 集群分发脚本:xsync #!/bin/bash #1 获取输入参数个数,如果没有参数,直接退出 pcount=$# if((pcount==0)); then echo no args; exit; 阅读全文
posted @ 2021-06-05 17:27 linzm14 阅读(108) 评论(0) 推荐(0)