From d72588e1da8c075daf791256593be20c9b67ea25 Mon Sep 17 00:00:00 2001 From: EUcancER Date: Fri, 1 Jun 2012 14:53:47 +0200 Subject: //util/bin add statsc --- util/bin/statsc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 util/bin/statsc (limited to 'util/bin/statsc') diff --git a/util/bin/statsc b/util/bin/statsc new file mode 100755 index 00000000..ce2c70b6 --- /dev/null +++ b/util/bin/statsc @@ -0,0 +1,4 @@ +#!/bin/sh +# see https://github.com/etsy/statsd for syntax +[[ $# -eq 0 ]] && echo "usage: $0 MESSAGE" +echo "$1" | nc localhost 8126 -- cgit v1.2.3