diff --git a/sh/prev/libreoffice.sh b/sh/prev/libreoffice.sh index 02c13a4..4d80f1a 100644 --- a/sh/prev/libreoffice.sh +++ b/sh/prev/libreoffice.sh @@ -1,6 +1,6 @@ # office: libreoffice -libreoffice() { +lo() { # File produced by libreoffice jpg="$(printf '%s\n' "$f" | sed 's|^.*/||; s|\..*$||')" @@ -12,4 +12,4 @@ libreoffice() { mv -- "$cache_d/$jpg.jpg" "$cache_f" } -convert_and_show_image libreoffice +convert_and_show_image lo