civetweb/test/hello.cgi

8 lines
89 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh
echo "Content-Type: text/plain"
echo
echo "Query string:"
echo $QUERY_STRING