civetweb/test/hello.cgi

8 lines
89 B
Bash
Executable File

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