]> git.phdru.name Git - git-scripts.git/blob - locate-all
Minor refactoring
[git-scripts.git] / locate-all
1 #! /bin/sh
2 (locate -b \\.git && locate -b \*.git) | sed 's!/\.git$!!' |
3    sort | uniq >locate-all.list