Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Commit

Permalink
add pull-it-all script for submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarowy committed Aug 31, 2017
1 parent 7525882 commit bc6c96c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pullItAll.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh

git pull
cd Depends; git checkout master; git pull
cd parcel; git checkout master; git pull
cd ../ParcelCOMShim; git checkout master; git pull
cd parcel; git checkout master; git pull

0 comments on commit bc6c96c

Please sign in to comment.