Skip to content

Instantly share code, notes, and snippets.

View supermethod's full-sized avatar

Chris Toppon supermethod

View GitHub Profile
@supermethod
supermethod / update_git_repos.sh
Last active August 29, 2015 14:03 — forked from douglas/update_git_repos.sh
Update all svn repos in a directory, supports nested directory structure
#!/bin/bash
set -eu
# store the current dir
CUR_DIR=$(pwd)
# Let the person running the script know what's going on.
echo -e "\n\033[1mPulling in latest changes for all repositories...\033[0m\n"