]> git.ipfire.org Git - thirdparty/squid.git/blame - tools/helper-ok-dying.pl
SourceFormat Enforcement
[thirdparty/squid.git] / tools / helper-ok-dying.pl
CommitLineData
e3d9712e 1#!/usr/bin/perl
5f623035 2#
bde978a6 3## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
5f623035
AJ
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##
e3d9712e
AJ
9
10$|=1;
11while (<>) {
12 print "OK\n";
13}
14print STDERR "stdin closed, exit\n";