X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=locate-all;h=b4fcdeea3cf24e0f85c0ecf13902b13d276edf48;hb=396a2fe8b0c7352fac32db0f7c0e65b92930904b;hp=a7837d217f2496ca187a820b9ff3208afe13f6a4;hpb=92a7fe8c267ba5b43a4ee512fe978c9666da906f;p=git-scripts.git diff --git a/locate-all b/locate-all index a7837d2..b4fcdee 100755 --- a/locate-all +++ b/locate-all @@ -1,3 +1,4 @@ #! /bin/sh -(locate -b \\.git && locate -b *.git) | sort | uniq | - sed 's!/\.git$!!' >locate-all.list +locate -b \*.git | sed 's!/\.git$!!' | + grep -v "/archive/SQLObject/\|/third-party/\|$HOME/tmp/" | + sort | uniq > locate-all.list