From: José Bollo Date: Fri, 3 Mar 2017 09:15:55 +0000 (+0100) Subject: afm-util: adds run-remote and start-remote commands X-Git-Tag: x-last-without-systemd~8 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-main.git;a=commitdiff_plain;h=d6d9ef2d710c266b1b6247875a4f69d2ecac4018 afm-util: adds run-remote and start-remote commands Change-Id: I2c94d072886f4dd004ea13f7bf0c1ce61b757ca8 Signed-off-by: José Bollo --- 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\""