Update and rename MantenerFIFO to MantenerFIFO.md
[vsorcdistro/.git] / scripts / rpiping.sh
1 #!/bin/bash
2 echo "Raspberry Pi UP!"
3 fping -c1 -t500 $(echo $(cat iplist)) 2>&1 | grep -v "%$" | grep -v ")$" | grep "[0-9]$" | awk '{print $1}'
4
5