Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
google.sh
jcomeau_ictx
Mar 9th, 2014
326
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Bash
0.13 KB
| None
|
0
0
raw
download
clone
embed
print
report
#!/bin/bash
if
[
"$1"
]
;
then
w3m
"https://google.com/search?q=
$(echo $* | tr ' ' '+')
&btnI=true"
else
w3m https:
//
google.com
/
fi
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
VB.NET | 1 min ago | 2.53 KB
Untitled
VB.NET | 4 min ago | 2.16 KB
Untitled
VB.NET | 5 min ago | 0.90 KB
Untitled
VB.NET | 6 min ago | 7.27 KB
Untitled
VB.NET | 7 min ago | 0.69 KB
Untitled
VB.NET | 9 min ago | 19.82 KB
Untitled
VB.NET | 10 min ago | 1.98 KB
Untitled
VB.NET | 13 min ago | 3.50 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!