testsAndMisc/python_pkg/polish_lakes/run.sh

7 lines
157 B
Bash
Executable File

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