add git-add-lines.sh, vm-common.sh scripts
[cmccabe-bin] / git-foo
diff --git a/git-foo b/git-foo
index 476edd2..dbe88e4 100755 (executable)
--- a/git-foo
+++ b/git-foo
@@ -1,3 +1,5 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 git status | egrep '(modified:)|(new file:)' | sed 's/.*://'
+
+git ls-files -o