暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

pushall.sh 272B

1234567891011121314151617
  1. echo "push /cnt/ ..."
  2. cd cnt
  3. git push
  4. echo "... done (pushing /cnt/)"
  5. echo
  6. echo "push /pruefungen/ ..."
  7. cd ../pruefungen
  8. git push
  9. echo "... done (pushing /pruefungen/)"
  10. echo
  11. echo "push /framework/ ..."
  12. cd ../framework
  13. git push
  14. echo "... done (pushing /framework/)"
  15. echo