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

7 lines
219 B
Bash
Executable file

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