mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2025-07-15 13:54:57 +02:00
Minor
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
# office: libreoffice
|
# office: libreoffice
|
||||||
|
|
||||||
lo() {
|
doc() {
|
||||||
# File produced by libreoffice
|
# File produced by libreoffice
|
||||||
jpg="$(printf '%s\n' "$f" | sed 's|^.*/||; s|\..*$||')"
|
jpg="$(printf '%s\n' "$f" | sed 's|^.*/||; s|\..*$||')"
|
||||||
|
|
||||||
@ -12,4 +12,4 @@ lo() {
|
|||||||
mv -- "$cache_d/$jpg.jpg" "$cache_f"
|
mv -- "$cache_d/$jpg.jpg" "$cache_f"
|
||||||
}
|
}
|
||||||
|
|
||||||
convert_and_show_image lo
|
convert_and_show_image doc
|
||||||
|
Reference in New Issue
Block a user