thanks bruno!
This commit is contained in:
Case Duckworth 2021-12-11 14:38:25 -06:00
parent 3db6bfeb30
commit 65c50b9e58
1 changed files with 1 additions and 1 deletions

2
bollux Normal file → Executable file
View File

@ -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.