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