jcomeau_ictx

google.sh

Mar 9th, 2014
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | None | 0 0
  1. #!/bin/bash
  2. if [ "$1" ]; then
  3.  w3m "https://google.com/search?q=$(echo $* | tr ' ' '+')&btnI=true"
  4. else
  5.  w3m https://google.com/
  6. fi
Add Comment
Please, Sign In to add comment