diff options
author | tjpcc <tjp@ctrl-c.club> | 2023-01-25 08:35:56 -0700 |
---|---|---|
committer | tjpcc <tjp@ctrl-c.club> | 2023-01-25 08:35:56 -0700 |
commit | 32e45e3557e49cc868aa4437ef0aa56ab6470be8 (patch) | |
tree | 8d70ccf4c208124a0d35b209723a5210bcb7c0b7 /contrib/cgi/testdata/hello_world | |
parent | 997514292a8492d2291643e91081f3e790eefbaf (diff) |
test coverage for the cgi contrib
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" |