#!/bin/zsh -f
function airport {
   /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/airport "$@"
}

