From 65c50b9e583e6d22934868f21b8f2fb961f82acf Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 11 Dec 2021 14:38:25 -0600 Subject: [PATCH] Fix typo thanks bruno! --- bollux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 bollux 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.