Added phlow.sh tool

This commit is contained in:
Luxferre
2023-03-31 16:23:19 +03:00
parent cd94a161f0
commit f4343205fd
+1 -1
View File
@@ -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