mirror of
https://github.com/kuhyx/testsAndMisc-archive.git
synced 2026-07-04 15:23:06 +02:00
7 lines
179 B
Bash
7 lines
179 B
Bash
|
|
#!/bin/bash
|
||
|
|
# Run the Polish coastal features Anki generator
|
||
|
|
|
||
|
|
cd "$(dirname "$0")" || exit
|
||
|
|
|
||
|
|
python polish_coastal_features_anki.py --preview preview_images --preview-count 5 "$@"
|