Skip to content

Instantly share code, notes, and snippets.

@StephanU
Created January 4, 2012 08:33
Show Gist options
  • Save StephanU/1559109 to your computer and use it in GitHub Desktop.
Save StephanU/1559109 to your computer and use it in GitHub Desktop.
Proxy Skript
#!/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