]> git.phdru.name Git - git-scripts.git/blob - ls-assumed
Feat(submodules/remove): Add option `-c`
[git-scripts.git] / ls-assumed
1 #! /bin/sh
2
3 if [ -n "`git ls-files -v | grep ^[a-z]`" ]; then
4    pwd
5 fi