blob: ac417e0147a606c8eb6ca98183922f548ae661aa [file] [log] [blame]
#!/bin/bash
#### CATEGORY=Other
### run zedmon client
## Usage: fx zedmon <zedmon_args>
##
## Executes the zedmon client binary from the prebuilt directory. See
## https://fuchsia.googlesource.com/zedmon for more on zedmon.
##
## Use "fx zedmon -h" to see available subcommands.
source "$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"/../lib/vars.sh
fx-config-read
exec "${FUCHSIA_BUILD_DIR}/host-tools/zedmon" "${@}"