mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2025-08-09 23:07:40 +02:00
8 lines
83 B
Bash
8 lines
83 B
Bash
# svg: convert
|
|
|
|
svg() {
|
|
convert "$f" "jpg:$cache_f"
|
|
}
|
|
|
|
convert_and_show_image svg
|