2 hosts='alf1 alf3 friends65 csi193 action1 action2 brigada34
3 brigada33 seinfeld2 trfs194 simpson10 trfs199 action10 trfs193 gazer.com.ar
4 swat37 swat38 heman130 dukes196 dukes193 dukes194 simpsons2 simpsons1'
15 if [ -n "$COLS" ]; then
24 echo -n "Probando host $i ..."
25 ping -c 3 $i > /dev/null 2>&1
26 if [ "x$?" = "x0" ] ; then
27 echo "$END[$GREEN ok $NORMAL]"
29 echo "$END[$RED Down $NORMAL]"