Rename rfetch to farfetched
This commit is contained in:
parent
86e3c44561
commit
a1a5a8b2f1
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
if [ -d "$1" ]; then cd $1; fi
|
||||||
find . -type d -name '.git' \
|
find . -type d -name '.git' \
|
||||||
| sed 's/\/\.git$//' \
|
| sed 's/\/\.git$//' \
|
||||||
| xargs -P $(nproc) -I % sh -c "echo 'Fetching %...'; cd %; git fetch"
|
| xargs -P $(nproc) -I % sh -c "echo 'Fetching %...'; cd %; git fetch"
|
Loading…
Reference in a new issue