~luxferre/Bopher-NG

f4343205fd376a0ddc91d30586e4f7700fe22996 — Luxferre 1 year, 8 months ago cd94a16
Added phlow.sh tool
1 files changed, 1 insertions(+), 1 deletions(-)

M tools/phlow.sh
M tools/phlow.sh => tools/phlow.sh +1 -1
@@ 44,5 44,5 @@ while read -rs line; do # fully line-based operation
      outbuf="${outbuf}${c}" # save the character itself
    fi
  done
  [[ ! -z "$outbuf" ]] && printf "$fmtstr" '' "$outbuf" ''
  [[ ! -z "$outbuf" ]] && printf "$fmtstr" '' "$outbuf" '' # output the last unprocessed chunk
done