diff --git a/bollux b/bollux old mode 100644 new mode 100755 index 30acd0a..83c0e63 --- a/bollux +++ b/bollux @@ -10,7 +10,7 @@ # The impetus for this program came from a Mastodon conversation I had where # someone mentioned the "simplest possible Gemini client" was this: # -# openssl s_client -gin_foe -quiet -connect $server:1965 <<< "$url" +# openssl s_client -ign_eof -quiet -connect $server:1965 <<< "$url" # # That's still at the heart of this program (see `gemini_request'): `bollux' is # basically a half-functioning convenience wrapper around that openssl call.