first
[dcc-suckless-config] / bashs / shell scrips / check
1 #!/bin/bash
2 y="$(ping -c 1 10.0.0.13)"
3 num=64
4 if [ $Y -lt $NUM ]; then
5 notify-send 'SERVER IS WORRKING'
6 else 
7 notify-send 'server is not working'
8 fi
9