]> git.ipfire.org Git - thirdparty/squid.git/blob - tools/helper-ok.pl
SourceFormat Enforcement
[thirdparty/squid.git] / tools / helper-ok.pl
1 #!/usr/bin/perl
2 #
3 ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
4 ##
5 ## Squid software is distributed under GPLv2+ license and includes
6 ## contributions from numerous individuals and organizations.
7 ## Please see the COPYING and CONTRIBUTORS files for details.
8 ##
9
10 $|=1;
11 while (<>) {
12 sleep 10;
13 print "OK\n";
14 }
15 print STDERR "stdin closed, exit\n";