testsAndMisc/python_pkg/polish_nature_reserves/run.sh

8 lines
231 B
Bash
Raw Normal View History

2026-01-10 15:08:04 +01:00
#!/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 "$@"