Created
November 4, 2014 19:41
-
-
Save RogWilco/b77953371c060cc4640e to your computer and use it in GitHub Desktop.
Bash: Force WiFi Channel
This file contains 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
#!/usr/bin/env bash | |
sudo /System/Library/PrivateFrameworks/Apple80211.framework/Resources/airport --channel=$1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment