Alfred M. Szmidt wrote:

> wget -o /dev/null -O - "$@"

By the way, you can accomplish the same thing by:

wget -q -O - "$@"


Reply via email to