mirror of
https://github.com/civetweb/civetweb
synced 2025-03-28 21:13:27 +00:00
8 lines
89 B
Bash
Executable File
8 lines
89 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Content-Type: text/plain"
|
|
echo
|
|
|
|
echo "Query string:"
|
|
echo $QUERY_STRING
|