Bez popisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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