Skip to content

Instantly share code, notes, and snippets.

@oxUnd
Created June 25, 2014 11:59
Show Gist options
  • Save oxUnd/603a7ed19b0e7dbb471c to your computer and use it in GitHub Desktop.
Save oxUnd/603a7ed19b0e7dbb471c to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
find . -type d -depth 1 | grep -e '^./[^.].*' | awk '{
system("cd " $1 " && test -d .git && git pull origin master && cd -")
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment