#!/bin/sh
printf "20 text/gemini\r\n"
printf "Hey there %s\n" $1
echo $3
printenv

