#!/bin/rc

. /bin/ip/httpd/http_headers


200ok
plain
echo

for(s in `{seq 1 $#*}) {
	echo $s $($s)
}

