Attachment 'cvecka.sh'

Download

#! /usr/bin/env bash 
1=`echo $* | tr ' ' '+'`

SITE=`wget   http://search.live.com/results.aspx?q=$1 -qO -`
echo $SITE |
        tr '>' '\' |
        sed 's/.$/\0>/' |
        grep -E '<a.*href="http://' |
        sed 's/<a.*href="//' |
        sed 's/".*//' |
        grep -ve live.com -e microsoft.com -e msnscache.com -e msn.co.uk
      

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.

You are not allowed to attach a file to this page.