摘要: if [ "$#" -ne 1 ]; then echo "Usage: $0 <sourceFileName>" exit 1fi sourceName="$1"targetDir="/home/build-app-source/src"appDistDir="/home/app-dist" # 阅读全文
posted @ 2024-09-10 11:11 Fyy发大财 阅读(49) 评论(0) 推荐(0)