Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- q="$(echo $1 | sed 's/\ /%20/g')";
- curl --no-progress-meter https://www.google.com/search?q=$q -A Mozilla |
- grep -io "<a href=[\'\"]\/url?q=[^\'\"]*[\'\"]" |
- sed -e "s/<a href=\"\/url?q=//" -e 's/&sa=U.*\"//' -e '/\.google\.com/d'
Advertisement
Add Comment
Please, Sign In to add comment