Shells/isAlive.sh

5 lines
103 B
Bash
Raw Permalink Normal View History

2023-05-22 03:19:32 +03:00
#!/bin/bash
echo -e 'Give an IP Block'
read ip
fping -c1 -t100 -g -i3 -s $ip | grep ' 0%' > result.txt