Hello World CGIhelloworld.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"