#!/bin/sh
# get.sh - grab a web site
# 1/2006, D.Singer

wget -rk -np -nH $*

exit

