#!/bin/sh find -type d -name .git -print \ -execdir git checkout master \; \ -execdir git pull \;