#!/bin/bash while : do if export http_proxy=http://:@localhost: && wget -qO- http://ifconfig.me/ip; then sleep 1; else echo "test failed"; init 6; break; fi done