mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 21:03:15 +02:00
7 lines
161 B
Bash
Executable File
7 lines
161 B
Bash
Executable File
#!/bin/bash
|
|
# Run the Polish forests Anki generator
|
|
|
|
cd "$(dirname "$0")" || exit
|
|
|
|
python polish_forests_anki.py --preview preview_images --preview-count 5 "$@"
|