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