]> git.ipfire.org Git - thirdparty/squid.git/blame - tools/helper-ok.pl
Source Format Enforcement (#763)
[thirdparty/squid.git] / tools / helper-ok.pl
CommitLineData
e3d9712e 1#!/usr/bin/perl
5f623035 2#
f70aedc4 3## Copyright (C) 1996-2021 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 (<>) {
47f28373
FC
12 sleep 10;
13 print "OK\n";
e3d9712e
AJ
14}
15print STDERR "stdin closed, exit\n";