Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- if [ "$1" ]; then
- w3m "https://google.com/search?q=$(echo $* | tr ' ' '+')&btnI=true"
- else
- w3m https://google.com/
- fi
RAW Paste Data
Copied