From 9353c33abad9a486c67ea8bc82e06b37d3b36a92 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 19 Jan 2019 10:39:46 -0800 Subject: clean up. Removed scripts and some configs, they will be in their own repo. --- scripts/cqlmetrics | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 scripts/cqlmetrics (limited to 'scripts/cqlmetrics') diff --git a/scripts/cqlmetrics b/scripts/cqlmetrics deleted file mode 100755 index db3db6a..0000000 --- a/scripts/cqlmetrics +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -service=$1 - -if [ -z "${service}" ]; then - exit 1 -fi - -zone="${2:-smf1}" - -echo $(cql -z "${zone}" k "${service}" "sd.${service}" | fzf) -- cgit 1.4.1