hello.cgi 89 B

1234567
  1. #!/bin/sh
  2. echo "Content-Type: text/plain"
  3. echo
  4. echo "Query string:"
  5. echo $QUERY_STRING