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.

20 lines
281 B

  1. #
  2. echo "--- ${0##*/}"
  3. pwd=$(pwd)
  4. top=$(git rev-parse --show-toplevel)
  5. git pull --recurse-submodules=yes --rebase
  6. gitid=$(git rev-parse --short HEAD)
  7. echo gitid: $gitid
  8. #cd $top/lib
  9. #git pull --ff-only
  10. cd $pwd
  11. echo ...
  12. exit $?;
  13. true; # $Source: /my/shell/script/update.sh $