From: Mike Frysinger Date: Fri, 5 Mar 2021 04:01:40 +0000 (-0500) Subject: r: update repo forall docs X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=a596c0f4969553233632f912a976a70947c1c0ba r: update repo forall docs --- diff --git a/.bin/r b/.bin/r index 83816bd..afa9c51 100755 --- a/.bin/r +++ b/.bin/r @@ -123,6 +123,9 @@ rebase) if [[ $1 == "all" ]] ; then shift if [[ $# -eq 0 ]] ; then + # This bash version is still slightly faster than repo! + #exec r forall -j$(getconf _NPROCESSORS_ONLN) -p -c git rb-all + eval "$(bash-colors --env | sed 's:^:export :')" root=$(repo_root) mj_init @@ -145,7 +148,6 @@ rebase) done < <(r l) mj_finish exit 0 - #exec r forall -p -c 'r rb all .'