X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=locate-all;fp=locate-all;h=a7837d217f2496ca187a820b9ff3208afe13f6a4;hb=92a7fe8c267ba5b43a4ee512fe978c9666da906f;hp=0000000000000000000000000000000000000000;hpb=9d1f4913c3228f846cfe1eb81e42dc1a2902b29c;p=git-scripts.git diff --git a/locate-all b/locate-all new file mode 100755 index 0000000..a7837d2 --- /dev/null +++ b/locate-all @@ -0,0 +1,3 @@ +#! /bin/sh +(locate -b \\.git && locate -b *.git) | sort | uniq | + sed 's!/\.git$!!' >locate-all.list