[Surfraw-devel] elvi attached.

David J. Ring, Jr. n1ea at arrl.net
Sat Sep 14 20:09:13 BST 2019


Furthr to my last, the file itself.

Duh!

Regards,

DR
-------------- next part --------------
#!/bin/sh
# $Id$
# elvis: ddg		-- Question the web using DuckDuckGo (www.ddg.com)
. surfraw || exit 1

w3_usage_hook () {
    cat <<EOF
Usage: $w3_argv0 [options] [search words]...
Description:
  Question the web using DuckDuckGo (www.ddg.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.ddg.gg/"
else
    escaped_args=`w3_url_of_arg $w3_args`
    w3_browse_url "http://www.ddg.gg/?q=${escaped_args}"
fi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 862 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/surfraw-devel/attachments/20190914/ee5c884b/attachment.sig>


More information about the Surfraw-devel mailing list