mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
6 lines
183 B
Bash
Executable file
6 lines
183 B
Bash
Executable file
#! /usr/bin/env bash
|
|
#
|
|
# Returns true if Bro has been compiled with support for writer type
|
|
# $1. The type name must match the plugin name that "bro -N" prints.
|
|
|
|
bro -N $1 >/dev/null
|