mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

And changing email_notice_to() function in notice framework to interface with sendmail through it.
6 lines
179 B
Text
6 lines
179 B
Text
# @TEST-EXEC: bro %INPUT >output
|
|
# @TEST-EXEC: btest-diff output
|
|
|
|
global cmds = "print \"hello world\";";
|
|
cmds = string_cat(cmds, "\nprint \"foobar\";");
|
|
piped_exec("bro", cmds);
|