Lots of bin changes

This commit is contained in:
Jonathan Hodgson 2020-01-04 13:21:05 +00:00
parent 0f80079368
commit 55a7d2da4f
12 changed files with 258 additions and 44 deletions

View file

@ -7,6 +7,6 @@ base="${file%.*}"
cd "$dir" || exit
case "$file" in
*\.doc|*\.docx) libreoffice --convert-to pdf "$file" ;;
*\.doc|*\.docx|*\.pptx) libreoffice --convert-to pdf "$file" ;;
*) echo "Don't know how to convert $file"
esac