From a596c0f4969553233632f912a976a70947c1c0ba Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 4 Mar 2021 23:01:40 -0500 Subject: [PATCH] r: update repo forall docs --- .bin/r | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 .'