multi_static_website/downloadsite-docker.sh
2025-12-23 13:06:25 +01:00

6 lines
119 B
Bash
Executable file

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