about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]bollux2
1 files changed, 1 insertions, 1 deletions
diff --git a/bollux b/bollux index 30acd0a..83c0e63 100644..100755 --- a/bollux +++ b/bollux
@@ -10,7 +10,7 @@
10# The impetus for this program came from a Mastodon conversation I had where 10# The impetus for this program came from a Mastodon conversation I had where
11# someone mentioned the "simplest possible Gemini client" was this: 11# someone mentioned the "simplest possible Gemini client" was this:
12# 12#
13# openssl s_client -gin_foe -quiet -connect $server:1965 <<< "$url" 13# openssl s_client -ign_eof -quiet -connect $server:1965 <<< "$url"
14# 14#
15# That's still at the heart of this program (see `gemini_request'): `bollux' is 15# That's still at the heart of this program (see `gemini_request'): `bollux' is
16# basically a half-functioning convenience wrapper around that openssl call. 16# basically a half-functioning convenience wrapper around that openssl call.