8 lines
89 B
Plaintext
8 lines
89 B
Plaintext
![]() |
#!/bin/sh
|
||
|
|
||
|
echo "Content-Type: text/plain"
|
||
|
echo
|
||
|
|
||
|
echo "Query string:"
|
||
|
echo $QUERY_STRING
|