#!/bin/bash
export http_proxy=http://user:pass@host:port/
export https_proxy=$http_proxy
export ftp_proxy=$http_proxy
export ftps_proxy=$http_proxy
export HTTP_PROXY=$http_proxy
export HTTPS_PROXY=$http_proxy
export FTP_PROXY=$http_proxy
export FTPS_PROXY=$http_proxy
exec /bin/bash