💾 Archived View for tilde.team › ~smokey › cgi-bin › helloworld.gmi captured on 2022-07-16 at 15:25:08. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
#!/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"