💾 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
⬅️ Previous capture (2022-07-16)
-=-=-=-=-=-=-
#!/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"