]> git.ipfire.org Git - thirdparty/squid.git/blob - tools/helper-ok.pl
Merge from trunk
[thirdparty/squid.git] / tools / helper-ok.pl
1 #!/usr/bin/perl
2
3 $|=1;
4 while (<>) {
5 sleep 10;
6 print "OK\n";
7 }
8 print STDERR "stdin closed, exit\n";