]> git.phdru.name Git - git-scripts.git/blob - ls-assumed
Feat(hooks/post-update): Push back to `origin`
[git-scripts.git] / ls-assumed
1 #! /bin/sh
2
3 if [ -n "`git ls-files -v | grep ^[a-z]`" ]; then
4    pwd
5 fi