From c36f72a019abcd22fca3dc550e1a239c1d161f1f Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 13 Aug 2011 15:49:43 +0200 Subject: cholerab cnot: be verbose on demand only --- cholerab/knut/clients/cnot/index | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'cholerab/knut') diff --git a/cholerab/knut/clients/cnot/index b/cholerab/knut/clients/cnot/index index d17329f4..f276dd25 100755 --- a/cholerab/knut/clients/cnot/index +++ b/cholerab/knut/clients/cnot/index @@ -2,7 +2,7 @@ # # cnot - cholerab live command line notification client, bitch! # -# usage: cnot hostname message... +# usage: [verbose=yes] cnot hostname [message...] # set -euf @@ -11,6 +11,12 @@ port=42101 params="$*" -exec curl -vsS -X PUT --data-binary @- "http://$host:$port" <