afm-util: adds run-remote and start-remote commands
[src/app-framework-main.git] / scripts / afm-util
index eb800d9..9df5284 100755 (executable)
@@ -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\""