From: Mike Frysinger Date: Tue, 5 Feb 2013 23:36:48 +0000 (-0500) Subject: improve output X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=17c3071f6b8102516ea3823caddaca8bc3bbe4f3;p=home.git improve output --- diff --git a/.bin/r b/.bin/r index c5792c9..e951e05 100755 --- a/.bin/r +++ b/.bin/r @@ -69,7 +69,7 @@ rebase) cd "${root}/${dir}" ( out=$(env _proj=${proj} r rb all . 2>&1) - [[ -n ${out} ]] && echo "${out}" + [[ -n ${out} ]] && echo -e "${out//[#]/###}" _mj_child ) & mj_post_child