#!/bin/bash

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

echo -e "$*\nquit" | nc localhost "$MUNIN_NODE_PORT"
