summaryrefslogtreecommitdiff
path: root/package/adktest/src/qmp
diff options
context:
space:
mode:
Diffstat (limited to 'package/adktest/src/qmp')
-rwxr-xr-xpackage/adktest/src/qmp4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/adktest/src/qmp b/package/adktest/src/qmp
new file mode 100755
index 000000000..8f9912222
--- /dev/null
+++ b/package/adktest/src/qmp
@@ -0,0 +1,4 @@
+#!/bin/sh
+echo '{ "execute": "qmp_capabilities" }'
+sleep 1
+echo '{ "execute": "quit" }'