#!/bin/bash python website-downloader.py \ --url $1 \ --destination $2 \ --max-pages 100 \ --threads 8