X-Git-Url: https://git.wh0rd.org/?p=home.git;a=blobdiff_plain;f=.bin%2Fr;h=afa9c51e48cc940342c10e887a01d06e1d34b5a4;hp=83816bd0bc68f54c698d89e1d77d0162f39a5397;hb=a596c0f4969553233632f912a976a70947c1c0ba;hpb=4712112f4bd9c81f97c5e094ea9decc4f6462cde 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 .'