echo -n "Enter Proxy Username: " read -e username echo -n "Enter Proxy Password: " read -es password echo export http_proxy="http://$username:$password@proxyserver:8080/"