fix pdf convert script

This commit is contained in:
Jonathan Hodgson 2019-07-09 08:04:42 +01:00
parent 98781771a1
commit 7fe3d5c556

View file

@ -9,3 +9,4 @@ cd "$dir" || exit
case "$file" in
*\.doc|*\.docx) libreoffice --convert-to pdf "$file" ;;
*) echo "Don't know how to convert $file"
esac