#! /bin/bash
#
# Downloads a site recursively. Do NOT go to the parents
#
wget --mirror --no-parent --page-requisites \
 --non-verbose --convert-links --html-extension $@
