submodule_pull.sh 74 B

123
  1. ROOT=$(cd `dirname $0`/../; pwd)
  2. cd $ROOT
  3. git submodule foreach 'git pull'