#!/usr/bin/env bash

echo -e "20 text/gemini; charset=utf-8; lang=en\\r"
echo "# What's my IP address?"
echo
echo $REMOTE_HOST
