summaryrefslogtreecommitdiff
path: root/files/common/etc/fsm/inetable/watch/default
blob: 959e7accededa7cdc5f57167280d919ca787f14f (plain)
1
2
3
4
5
6
7
8
9
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