Lots of bin changes
This commit is contained in:
parent
0f80079368
commit
55a7d2da4f
12 changed files with 258 additions and 44 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue