Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

8 lines
222 B
Bash
Executable File

#! /bin/sh
#
# Wrapper around Zeek to set environment.
base=$(cd $(dirname $0)/.. && pwd)
LD_PRELOAD=${ZEEK_LD_PRELOAD} DYLD_INSERT_LIBRARIES=${ZEEK_LD_PRELOAD} ASAN_OPTIONS=detect_leaks=0:detect_odr_violation=0 zeek $@