#!/bin/sh
printf "20 text/gemini\r\n"
cat <<EOF
hello gemini!!
$(printf '```')
$(cowsay WELCOME TO TILDE.CLUB A PLACE FOR WEBPAGES)
$(printf '```')
We're a a digital community for socializing, learning, and making cool stuff. Visit us in gopher and html lands for more info.
Here are some recent gemlog posts by our esteemed users:
$(./gemlog.gmi | grep \
'^=>[ \t]\+[^ ]\+[ \t]\+[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]' |
awk 'i[$NF]++ < 1' |
head -n6)
To see a complete list of gemini users on this server, choose one of the following links:
EOF