mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-06 16:43:07 +02:00
7 lines
175 B
Bash
7 lines
175 B
Bash
|
|
#!/bin/bash
|
||
|
|
# Run the Polish mountain peaks Anki generator
|
||
|
|
|
||
|
|
cd "$(dirname "$0")" || exit
|
||
|
|
|
||
|
|
python polish_mountain_peaks_anki.py --preview preview_images --preview-count 5 "$@"
|