summaryrefslogtreecommitdiffstats
path: root/src/civetweb/test/hello.cgi
blob: cc96814f804831a0e68f48059c061b144bf3669f (plain)
1
2
3
4
5
6
7
#!/bin/sh

echo "Content-Type: text/plain"
echo

echo "Query string:"
echo $QUERY_STRING