pull_and_rebuild.bat 279 B

123456789
  1. call git pull
  2. :: call git submodule foreach git reset --hard
  3. call git submodule foreach git checkout master
  4. call git submodule foreach git pull
  5. call build.bat < ns.txt
  6. call git add -A
  7. call git commit -m "This commit was generated by pull_and_rebuild.bat and does exactly that"