summaryrefslogtreecommitdiff
path: root/files/common/etc/fsm/inetable/watch/default
diff options
context:
space:
mode:
Diffstat (limited to 'files/common/etc/fsm/inetable/watch/default')
-rwxr-xr-xfiles/common/etc/fsm/inetable/watch/default10
1 files changed, 10 insertions, 0 deletions
diff --git a/files/common/etc/fsm/inetable/watch/default b/files/common/etc/fsm/inetable/watch/default
new file mode 100755
index 0000000..959e7ac
--- /dev/null
+++ b/files/common/etc/fsm/inetable/watch/default
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+. ../common.sh
+
+if test_connectivity internet; then
+ echo queen
+elif cloud_is_online; then
+ echo drone
+else
+ echo robinson
+fi
contact: Jan Huwald // Impressum