testsAndMisc-archive/python_pkg/anki_decks/polish_nature_reserves/run.sh
Krzysztof kuhy Rudnicki fe2c6628e2 Consolidate all Anki deck generators into python_pkg/anki_decks/
Move warsaw_bridges, warsaw_districts, warsaw_landmarks, warsaw_metro,
warsaw_osiedla, warsaw_streets, and car_brand_logos into the existing
python_pkg/anki_decks/ directory alongside the polish_* generators.

Also move preview_all.html into anki_decks/.

Update all import paths, filesystem references in geo_data.py,
docstrings, READMEs, test imports, and .gitignore accordingly.
2026-02-07 15:32:23 +01:00

8 lines
231 B
Bash
Executable File

#!/bin/bash
# Run the Polish nature reserves Anki generator
cd "$(dirname "$0")" || exit
# Default runs all reserves - use --limit for testing
python polish_nature_reserves_anki.py --preview preview_images --preview-count 5 "$@"