Няма описание
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.

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