X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=.bin%2Fr;h=83816bd0bc68f54c698d89e1d77d0162f39a5397;hb=HEAD;hp=9aa76a868ec1a187e21584f0d1946a1140ea70d1;hpb=0342453cae59711cc452aa428193af7d85394d0f;p=home.git diff --git a/.bin/r b/.bin/r index 9aa76a8..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 @@ -134,7 +137,7 @@ rebase) continue fi ( - out=$(r rb all . 2>&1) + out=$(r rb-all . 2>&1) if [[ -n ${out} ]] ; then head=$(printf "%-40s" "${proj}") echo "${out}" | sed "s:^:${head} :" @@ -145,7 +148,6 @@ rebase) done < <(r l) mj_finish exit 0 - #exec r forall -p -c 'r rb all .'