mktar: Use `wc` instead of `du` in summary message
[sunny256-utils.git] / git-repos
blob8125b3695f58e4a109f89b0d347cef31e1d57410
1 #!/usr/bin/env bash
3 #=======================================================================
4 # git-repos
5 # File ID: e77ecfd8-ade9-11df-ac9c-81142c90f2a5
6 # [Description]
7 # License: GNU General Public License version 2 or later.
8 #=======================================================================
10 find "$@" -type d | grep '/\.git$' | perl -pe 's/\/\.git$//' | LC_ALL=C sort