]> git.phdru.name Git - git-scripts.git/blobdiff - locate-all
Carefully list dirty repos and show their status
[git-scripts.git] / locate-all
index a7837d217f2496ca187a820b9ff3208afe13f6a4..21daa91de58cf5d2b274ddddf1fd5e5dbb230ef9 100755 (executable)
@@ -1,3 +1,2 @@
 #! /bin/sh
-(locate -b \\.git && locate -b *.git) | sort | uniq |
-   sed 's!/\.git$!!' >locate-all.list
+locate -b \*.git | sed 's!/\.git$!!' | sort | uniq >locate-all.list