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