Created
January 4, 2012 08:33
-
-
Save StephanU/1559109 to your computer and use it in GitHub Desktop.
Proxy Skript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
proxy=<Proxy> | |
export http_proxy=http://$proxy | |
export https_proxy=https://$proxy | |
export ftp_proxy=ftp://$proxy | |
export socks_proxy=socks://$proxy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment