bnetkit

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

commit f6128ce3a20b026c20394751087f6ab4b7bee725
parent 79c27af0b621955570a217fc290daf962e9fda31
Author: phoebos <ben@bvnf.space>
Date:   Fri, 11 Mar 2022 01:06:04 +0000

gopher: correct for root

Diffstat:
Mgopher | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

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