派生自 analysis
libgowrapper/gitpush.sh File was renamed from modulepush.sh @@ -7,8 +7,9 @@ continue fi cd $v echo "~~~~~~push $v~~~~~~" git add . git commit -m 'update' git commit -m "$1" git push cd .. done