]> git.phdru.name Git - git-scripts.git/blob - locate-all
Feat(submodules/remove): Add option `-c`
[git-scripts.git] / locate-all
1 #! /bin/sh
2 locate -b \*.git | sed 's!/\.git$!!' |
3    grep -v "/archive/SQLObject/\|/archive/cheetah3/\|/third-party/\|$HOME/tmp/" |
4    LC_ALL=C sort | uniq > locate-all.list