摘要: #!/bin/bashfor i in `ls /home/uepay/app`do if [ -d /home/XXX/app/${i} ] then cd /home/XXX/app/${i} if [ -f /home/XXX/app/${i}/uepay.sh ] then echo "st 阅读全文
posted @ 2021-11-24 17:12 技术颜良 阅读(161) 评论(0) 推荐(0)