mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
9 lines
98 B
Text
9 lines
98 B
Text
#
|
|
# @TEST-EXEC: bro %INPUT
|
|
|
|
event bro_init()
|
|
{
|
|
local a = getpid();
|
|
if ( a == 0 )
|
|
exit(1);
|
|
}
|