git腳本

一、同步多個項目文件夾android #!/bin/bash curPath=$(cd "$(dirname "$0")"; pwd) for i in {test,test_ios,test_android} do     cd ${curPath}/$i     echo ""     echo -e "\e[1;31mgit pull $(cd "$(dirname "$0")"; pwd
相關文章
相關標籤/搜索