#!/bin/bash y="$(ping -c 1 10.0.0.13)" num=64 if [ $Y -lt $NUM ]; then notify-send 'SERVER IS WORRKING' else notify-send 'server is not working' fi