darkrc/bin/rfetch

4 lines
90 B
Plaintext
Executable File

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