#!/bin/bash
ADDRESS=«www.yandex.ru»
if ping -c 1 -s 1 -W 1 $ADDRESS
then
echo «Connection Good «
else
echo «Connection Lost »

DokuWiki Appliance - Powered by TurnKey Linux