A
Size: a a a
A
A
x
jj
АР
A
СГ
VR
E
# cat watchdog.sh
#!/bin/sh
n=0
while [ $n -lt 5 ]
do
if /bin/ping -c 1 8.8.8.8 >/dev/null
then
exit 0
fi
n=$((n+1))
done
reboot
A
# cat watchdog.sh
#!/bin/sh
n=0
while [ $n -lt 5 ]
do
if /bin/ping -c 1 8.8.8.8 >/dev/null
then
exit 0
fi
n=$((n+1))
done
reboot
x
СГ
VR
E
E
А
x
А
СГ
A