Created
June 26, 2015 22:07
-
-
Save lawrence79/d5584220692d7b32947d to your computer and use it in GitHub Desktop.
google multisearch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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