Skip to content

Instantly share code, notes, and snippets.

@c0wfunk
c0wfunk / git-multi-status.sh
Created September 7, 2012 13:47 — forked from aroberts/git-multi-status.sh
Script for checking git status of many git repositories
#!/bin/bash
# usage: $0 source_dir [source_dir] ...
# where source_dir args are directories containing git repositories
red="\033[00;31m"
green="\033[00;32m"
yellow="\033[00;33m"
blue="\033[00;34m"
purple="\033[00;35m"