#!/bin/bash # author: samlt # 20110221 # default values DEF_HOSTNAME=mydoku.wiki.lan #DEF_LOCATION=path/to/start DEF_LOCATION=fullindex USERNAME= PASSWORD= PROTO=http DEF_DEPTH=2 ADDITIONNAL_WGET_OPTS=${AWO} PROGNAME=${0##*/} show_help() { cat<