Hmmmm does echo do the CRLF? I thought I normally
printf "~tomasino/phlog\r\n" | nc tilde.institute 70
which I guess should actually be
printf "%s/%s\r\n" "~tomasino" "phlog" | nc tilde.institute 70
my name is screwtape right
Welcome to the gopher renaissance
Some useful gopher services:
gopher://gopherpedia.com
gopher://gopherddit.com
Discover new places:
gopher://i-logout.cz/1/bongusta
gopher://gopher.black/1/moku-pona
gopher://gopher.club
gopher://tildeverse.org
Web proxies:
Hmmmm does echo do the CRLF? I thought I normally
printf "~tomasino/phlog\r\n" | nc tilde.institute 70
which I guess should actually be
printf "%s/%s\r\n" "~tomasino" "phlog" | nc tilde.institute 70
my name is screwtape right
Even better: netcat has a -C flag that will take care of CRLF.