Charles Reid
3 years ago
1 changed files with 0 additions and 17 deletions
@ -1,17 +0,0 @@
@@ -1,17 +0,0 @@
|
||||
#!/bin/bash |
||||
|
||||
GREP="`which grep`" |
||||
|
||||
for dir in `find . -type d -maxdepth 1 | $GREP -v "docs" | $GREP -v ".git"`; do |
||||
echo "--------------------" |
||||
echo $dir |
||||
( |
||||
cd $dir |
||||
git checkout master |
||||
git pull gh master |
||||
) |
||||
done |
||||
|
||||
git commit -a -m 'Updating submodules to latest' |
||||
git push gh master |
||||
|
Loading…
Reference in new issue