4 lines
90 B
Text
4 lines
90 B
Text
|
find . -type d -name '.git' \
|
||
|
| sed 's/\/\.git$//' \
|
||
|
| xargs -P $(nproc) -I % _fetchdir %
|