bopher-ng

A better Gopher client in pure Bash
git clone git://git.luxferre.top/bopher-ng.git
Log | Files | Refs | README | LICENSE

commit f4343205fd376a0ddc91d30586e4f7700fe22996
parent cd94a161f0f6b718c7d8047c55647239da95dfb3
Author: Luxferre <lux@ferre>
Date:   Fri, 31 Mar 2023 16:23:19 +0300

Added phlow.sh tool

Diffstat:
Mtools/phlow.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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