Skip to content

Instantly share code, notes, and snippets.

@reustle
Created May 4, 2017 05:07
Show Gist options
  • Save reustle/32c511c9d9717b438378febdd376e68d to your computer and use it in GitHub Desktop.
Save reustle/32c511c9d9717b438378febdd376e68d to your computer and use it in GitHub Desktop.
while :
do
echo "Restarting Wifi"
osx-wifi-cli restart && osx-wifi-cli "at_STARBUCKS_Wi2" xxx
echo "Restart Complete"
sleep 300
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment