[Surfraw-devel] New elvis: Microsoft's Bing

tczy cy at wre.ath.cx
Mon Jan 18 12:03:03 UTC 2010


Hi. `subj` should have come in as an attachment. If not, please mail me,
I'll include it inline. (I am not subscribed to the list.)
-- 
PGP/GnuPG keyID: D7AE1B98
Key signature:   9D08 F20B C9CA 4174 5968  C0DE 9751 20F1 D7AE 1B98
-------------- next part --------------
#!/bin/sh
#
# AUTHOR: tczy, based on piratebay by J.R. Mauro
#
# DATE: Mon, 18 Jan 2010 13:37:00 +0100
#
# DESC: Elvi to search the web using Microsoft's Bing
# elvis: bing		-- Search the web using Microsoft's Bing (www.bing.com)
. surfraw || exit 1

w3_usage_hook () {
    cat <<EOF
Usage: $w3_argv0 [options] [search words]...
Description:
  Search the web using Microsoft's Bing (www.bing.com)
EOF
    w3_global_usage
}

w3_config
w3_parse_args "$@"
# w3_args now contains a list of arguments
if test -z "$w3_args"; then
    w3_browse_url "http://www.bing.com/"
else
    escaped_args=`w3_url_of_arg $w3_args`
    w3_browse_url "http://www.bing.com/search?q=${escaped_args}&go=&form=QBLH&filt=all"
fi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/surfraw-devel/attachments/20100118/579b4282/attachment.pgp>


More information about the Surfraw-devel mailing list