7 lines
187 B
Bash
Executable File
7 lines
187 B
Bash
Executable File
#!/bin/sh
|
|
|
|
REPO_DIR="../../nm3clol-archived-russellcountyida.org"
|
|
URLS="https://russellcountyida.org/ https://www.russellcountyida.org/" \
|
|
MIRROR_DIR="mirror" \
|
|
./sync-website-archive.sh
|