Skip to content

Instantly share code, notes, and snippets.

@becojo
Created March 20, 2012 18:56
Show Gist options
  • Save becojo/2139783 to your computer and use it in GitHub Desktop.
Save becojo/2139783 to your computer and use it in GitHub Desktop.
alias airport=/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport
if [ `airport -I|grep -c FXG` -eq "1" ]; then
export http_proxy="proxy.cegep-fxg.qc.ca:80"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment