Skip to content

Instantly share code, notes, and snippets.

@border
Created November 5, 2013 14:01
Show Gist options
  • Save border/7319422 to your computer and use it in GitHub Desktop.
Save border/7319422 to your computer and use it in GitHub Desktop.
mac mavericks 10.9 wifi program
~ 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