摘要: #!/bin/bashsource /etc/profiletestPath="testXXX"if [[ ! -d "$testPath" ]]; thenecho "文件不存在"echo " git clone "git clone -b feature-xxx http://xxxxxx/xx 阅读全文
posted @ 2022-03-14 11:07 java_my_skill 阅读(134) 评论(0) 推荐(0)