names_to_numbers.rb: fix bug in non-glob operation
[cmccabe-bin] / git-foo
1 #!/usr/bin/env bash
2
3 git status | egrep '(modified:)|(new file:)' | sed 's/.*://'
4
5 git ls-files -o