summaryrefslogtreecommitdiffstats
path: root/watch
diff options
context:
space:
mode:
Diffstat (limited to 'watch')
-rwxr-xr-xwatch6
1 files changed, 6 insertions, 0 deletions
diff --git a/watch b/watch
new file mode 100755
index 0000000..67b88c9
--- /dev/null
+++ b/watch
@@ -0,0 +1,6 @@
+#!/bin/bash
+H=10.32.139.1
+
+mosquitto_sub -h $H -t stat/+/OPEN -v
+
+