civetweb/test/delayed.cgi

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