mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 16:43:05 +02:00
8 lines
231 B
Bash
Executable File
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 "$@"
|