Skip to content

Instantly share code, notes, and snippets.

@cam8001
Created October 20, 2016 21:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cam8001/5198826985f260fb7bad4a0ab38bcc31 to your computer and use it in GitHub Desktop.
Save cam8001/5198826985f260fb7bad4a0ab38bcc31 to your computer and use it in GitHub Desktop.
Remove BT from saved networks in macOS
#!/bin/sh
for i in `networksetup -listpreferredwirelessnetworks en0 | grep BT`; networksetup -removepreferredwirelessnetwork en0 $i;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment