needs fping
This commit is contained in:
Ahmet Kaan GÜMÜŞ 2023-05-22 03:19:32 +03:00 committed by GitHub
parent 6683fb9575
commit 83c6daa810
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
isAlive.sh Normal file
View file

@ -0,0 +1,4 @@
#!/bin/bash
echo -e 'Give an IP Block'
read ip
fping -c1 -t100 -g -i3 -s $ip | grep ' 0%' > result.txt