fix pdf convert script
This commit is contained in:
parent
49b55f9b69
commit
23efe5ebf2
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue