Rename rfetch to farfetched

This commit is contained in:
Talia 2020-01-07 17:15:27 +01:00
parent 86e3c44561
commit a1a5a8b2f1
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/sh
if [ -d "$1" ]; then cd $1; fi
find . -type d -name '.git' \
| sed 's/\/\.git$//' \
| xargs -P $(nproc) -I % sh -c "echo 'Fetching %...'; cd %; git fetch"