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