Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

21 lines
137 B
Bash

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