Attachment 'kralik.sh'

Download

SITE=`echo $1 | sed's@\(http://search.live.com/results.aspx?q=\'

for RURL in `
wget -O - -q $1|
          tr -d '\n' |
          grep'<*[a].*[href=]'|
          
          

do
          URL=$RURL
          if test -z`echo $RURL | grep '^http://'
          then
                  if test -z `echo $RURL | grep '^/'
                  then
                        URL=$(1)$(RURL)
                  else
                        URL=$(SITE)$(RURL)
                  fi
          fi
done

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.