- Log in to post comments
#!/bin/bash
for IP in {210..217}; do
echo Rebooting ${IP}
wget -q -O /dev/null -o /dev/null http://192.168.1.${IP}/confirm.htm?REBOOT=yes &
done
#!/bin/bash
for IP in {210..217}; do
echo Rebooting ${IP}
wget -q -O /dev/null -o /dev/null http://192.168.1.${IP}/confirm.htm?REBOOT=yes &
done