You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
316 B
Bash

#!/bin/sh
url="https://google.com/search?q=$(urlencode "$*")"
#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=$*"