This repository has been archived on 2023-05-01. You can view files and clone it, but cannot push or open issues or pull requests.
gus/examples/cgi/cgi-bin/environ

9 lines
111 B
Bash
Executable File

#!/usr/bin/env sh
set -euo pipefail
printf "20 text/gemini\r\n"
echo "\`\`\`env(1) output"
env
echo "\`\`\`"