💾 Archived View for tilde.team › ~smokey › cgi-bin › helloworld.gmi captured on 2023-11-04 at 12:26:39. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-07-16)

-=-=-=-=-=-=-

Hello World CGI

helloworld.cgi

#!/bin/sh
printf "20 text/gemini\r\n" #Invisible header information to tell client what kind of data is being sent
printf "hello world\n"      # Print "hello world"