testsAndMisc-archive/python_pkg/anki_decks/polish_rivers/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

7 lines
159 B
Bash
Executable File

#!/bin/bash
# Run the Polish rivers Anki generator
cd "$(dirname "$0")" || exit
python polish_rivers_anki.py --preview preview_images --preview-count 5 "$@"