projects
/
vsorcdistro
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
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