From f36354c0b57dfa9fc82ad131aa6280f85c34e4fb Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Wed, 25 Jun 2014 16:11:02 +0200 Subject: [PATCH] instance helper to execute commands on master --- bin/instance | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 bin/instance diff --git a/bin/instance b/bin/instance new file mode 100755 index 0000000..9cacded --- /dev/null +++ b/bin/instance @@ -0,0 +1,4 @@ +#!/bin/sh -ex + +ssh `gnt-cluster getmaster` \ +gnt-instance $* -- 2.20.1