Skip to content

Instantly share code, notes, and snippets.

@lawrence79
Created June 26, 2015 22:07
Show Gist options
  • Save lawrence79/d5584220692d7b32947d to your computer and use it in GitHub Desktop.
Save lawrence79/d5584220692d7b32947d to your computer and use it in GitHub Desktop.
google multisearch
google() {
for var in "$@"
do
open /Applications/Google\ Chrome.app/ "http://www.google.com/search?q=${var}"
done
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment