#! /usr/bin/env bash # # Wrapper to continue supporting old names of executables. # This will print a deprecation warning to stderr if (1) stdin/stdout/stderr # are all connected to a tty, and (2) the environment variable ZEEK_IS_BRO # is unset. function deprecated { cat >&2 <