From f4343205fd376a0ddc91d30586e4f7700fe22996 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Fri, 31 Mar 2023 16:23:19 +0300 Subject: [PATCH] Added phlow.sh tool --- tools/phlow.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/phlow.sh b/tools/phlow.sh index 5522e2c..2e892e5 100644 --- a/tools/phlow.sh +++ b/tools/phlow.sh @@ -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