bnetkit

simple networking utilities
git clone git://bvnf.space/bnetkit.git
Log | Files | Refs

commit 0a2c72795fdcc79f7384833295ae58e5bef7a659
parent d30cfb9c79735e0ee2d5b7574277cb10ce7bc376
Author: phoebos <ben@bvnf.space>
Date:   Wed, 11 May 2022 02:12:54 +0100

gopher: don't print to stderr

Diffstat:
Mgopher | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gopher b/gopher @@ -9,4 +9,4 @@ nopref="${1##gopher://}" host="${nopref%%/*}" path="${nopref#"$host"}" -printf "%s\r\n" "$path" | tee /dev/stderr | ./nc "$host" 70 +printf "%s\r\n" "$path" | ./nc "$host" 70