blob: 7ded25170a91c0a7f9eb7bb33e3f269ced73cc4e [file] [log] [blame]
#!perl
print "HTTP/1.0 200 OK\n";
print "Content-type: text/plain\n\n";
print "OK";