#!/bin/sh URL="$1" PAGE="$2" printf 'gemini://%s/%s\n' "$URL" "$PAGE" | openssl s_client -quiet -crlf -connect "$URL:1965" 2>/dev/null | tail -n+2