summaryrefslogtreecommitdiffstats
path: root/git-rm
blob: d7dd4c9774bc6a9dc9cd4b201529ed1a7f70ee69 (plain)
1
2
#! /bin/sh
git status -s | grep -e '^ D' | gawk '{print $2 }' | xargs -r git rm