#!/bin/sh

set -eu

FINDBIN=$(cd -- "$(dirname "$0")" && pwd)
. "${FINDBIN}/common.sh"

printf '%s\nquit\n' "$*" | nc localhost "$MUNIN_NODE_PORT"
