Skip to content

Instantly share code, notes, and snippets.

@pcarrier
Created May 14, 2013 14:16
Show Gist options
  • Save pcarrier/5576253 to your computer and use it in GitHub Desktop.
Save pcarrier/5576253 to your computer and use it in GitHub Desktop.
Tired of changing the search domains under OSX?
#!/bin/sh
networksetup -listallnetworkservices | while read s; do sudo networksetup -setsearchdomains "$s" {foo,bar}.example.com; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment