#!/bin/sh find . -name lost+found -prune -o -type d -name .git -exec sh -c "cd \"{}\"/../ && pwd && git pull" \;