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