%%% gem_header 20 text/gemini echo '# Fenced code demo'\n # This is a shell comment, so it won't display. set wordle_guess (grep -E '^[a-z]{5}$' /usr/share/dict/words | shuf -n 1) echo "You should totally use \"$wordle_guess\" as your starting guess on today's Wordle." %%% Don't blame me if it goes horribly, though!