vivint-cam/pingtest.sh

6 lines
76 B
Bash

if ping -c2 172.16.1.24 | grep ' 0%'; then
echo up
else
echo down
fi