add git-foo, which lists new and modified files from git
authorColin Patrick Mccabe <cmccabe@alumni.cmu.edu>
Sat, 5 May 2012 20:26:16 +0000 (13:26 -0700)
committerColin Patrick Mccabe <cmccabe@alumni.cmu.edu>
Sat, 5 May 2012 20:26:16 +0000 (13:26 -0700)
Signed-off-by: Colin McCabe <cmccabe@alumni.cmu.edu>

git-foo [new file with mode: 0755]

diff --git a/git-foo b/git-foo
new file mode 100755 (executable)
index 0000000..476edd2
--- /dev/null
+++ b/git-foo
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+git status | egrep '(modified:)|(new file:)' | sed 's/.*://'