topical media & game development
basic-shell-12-web2mrtg.sh / sh
#!/bin/sh
# Retrives a document from a web server.
# You need to pass the URL to test.
# Data output is ONE value: the number of bytes
# downloaded.
stats=`wget -nv "stats
bytes=$1
echo
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.