]> git.somenet.org - tools/githelper.git/blob - gpullAll.sh
pull all script
[tools/githelper.git] / gpullAll.sh
1 #!/bin/bash
2 echo "updating all repos in `pwd`..."
3 find . -maxdepth 2 -name '.git' -execdir pwd \; -execdir git pull \;
4