]> git.phdru.name Git - git-scripts.git/blob - ls-dirty
Feat(submodules/remove): Add option `-c`
[git-scripts.git] / ls-dirty
1 #! /bin/sh
2
3 if [ -n "`git ls-files --deleted --modified --others --unmerged --killed --exclude-standard --directory --no-empty-directory`" ]
4 then
5    pwd
6 fi