Created
April 3, 2014 04:38
-
-
Save yukpiz/b29247bf191de66ba7b1 to your computer and use it in GitHub Desktop.
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
#/bin/sh | |
# コマンドラインよりブラウザを起動し、 | |
# Google検索を実行する | |
# $* コマンドに与えられた引数をそのまま出力 | |
# chrome.exeにURLを指定することで開く事ができる | |
# https://www.google.co.jp/#q=に検索文字列を指定し検索が可能 | |
/cygdrive/c/Program\ Files\ \(x86\)/Google/Chrome/Application/chrome.exe "https://www.google.co.jp/#q=$*" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment