testsAndMisc/python_pkg/polish_forests/run.sh

7 lines
161 B
Bash
Raw Normal View History

2026-01-10 15:08:04 +01:00
#!/bin/bash
# Run the Polish forests Anki generator
cd "$(dirname "$0")" || exit
python polish_forests_anki.py --preview preview_images --preview-count 5 "$@"