5 lines
67 B
Bash
Executable File
5 lines
67 B
Bash
Executable File
#!/bin/sh
|
|
|
|
zeek -N Zeek::Cluster_Backend_ZeroMQ >/dev/null
|
|
exit $?
|