I hereby claim:
- I am bsradcliffe on github.
- I am bsradcliffe (https://keybase.io/bsradcliffe) on keybase.
- I have a public key ASDP-OsvmXG5dbxCvtHGlHhkCBuLlY_gvGB61UUSco_xgQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #! /bin/sh | |
| # Configure the below variables with your respective Keychain and proxy information | |
| # Grabs your user password from Keychain | |
| export SECRET="`security find-generic-password -w -s <PASSWORD_PROFILE>`" | |
| AUTH="$USER:$SECRET" | |
| PROXY='<http://PROXY:PORT>' | |
| AUTH_PROXY=<'http://'$AUTH'@PROXY:PORT>' | |
| if [ "$1" == "on" ]; then |