Created
November 5, 2013 14:01
-
-
Save border/7319422 to your computer and use it in GitHub Desktop.
mac mavericks 10.9 wifi program
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
~ cat bin/macwifi.sh | |
#!/bin/bash | |
while true | |
do | |
ifconfig en1 down | |
sleep 2 | |
ifconfig en1 up | |
sleep 120 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment