aboutsummaryrefslogtreecommitdiffstats
path: root/cgi/slow.cgi
blob: 5ba9f78d77d74bf7cc42b74ed17261c31a76a124 (plain)
1
2
3
4
#!/bin/sh
echo "Content-Type: text/plain"
echo
set | while read line; do echo $line; sleep 1; done