summaryrefslogtreecommitdiff
path: root/contrib/cgi/testdata/hello_world
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cgi/testdata/hello_world')
-rwxr-xr-xcontrib/cgi/testdata/hello_world3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/cgi/testdata/hello_world b/contrib/cgi/testdata/hello_world
new file mode 100755
index 0000000..4d15f7d
--- /dev/null
+++ b/contrib/cgi/testdata/hello_world
@@ -0,0 +1,3 @@
+#!/usr/bin/env sh
+
+printf "20 text/gemini\r\nhello, world!\n"