From d6d9ef2d710c266b1b6247875a4f69d2ecac4018 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Fri, 3 Mar 2017 10:15:55 +0100 Subject: [PATCH] afm-util: adds run-remote and start-remote commands MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I2c94d072886f4dd004ea13f7bf0c1ce61b757ca8 Signed-off-by: José Bollo --- scripts/afm-util | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/afm-util b/scripts/afm-util index eb800d9..9df5284 100755 --- a/scripts/afm-util +++ b/scripts/afm-util @@ -52,6 +52,11 @@ case "$1" in send start "\"$i\"" ;; + run-remote|start-remote) + i=$2 + send start '{"id":"'"$i"'","mode":"remote"}' + ;; + once) i=$2 send once "\"$i\"" -- 2.16.6