diff options
Diffstat (limited to 'contrib/cgi/testdata/hello_world')
-rwxr-xr-x | contrib/cgi/testdata/hello_world | 3 |
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" |