diff --git a/scripts/google b/scripts/google index 868c262..022b923 100755 --- a/scripts/google +++ b/scripts/google @@ -1,6 +1,6 @@ #!/bin/sh url="https://google.com/search?q=$(urlencode "$*")" -chat "$url" +#chat "$url" exec lynx "https://google.com/search?q=$url" #useragent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_0) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.79 Safari/537.1" #/usr/bin/lynx "--useragent=$useragent" "google.com/search?q=$*"