Make setup non-exporting and rename archive flag

This commit is contained in:
2025-12-15 23:00:28 +01:00
parent 0a161ea1fd
commit 2c5260fb33
4 changed files with 20 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Download DOP20 assets (JP2/J2W/XML) listed line-by-line in raw/dop20/filelist.txt.
# Download DOP20 assets (JP2/J2W/XML) listed line-by-line in archive/dop20/filelist.txt.
set -euo pipefail
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")"/.. && pwd)"