diff options
Diffstat (limited to '.scripts/pdfconv')
-rwxr-xr-x | .scripts/pdfconv | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.scripts/pdfconv b/.scripts/pdfconv new file mode 100755 index 0000000..5a723d7 --- /dev/null +++ b/.scripts/pdfconv @@ -0,0 +1,3 @@ +#!/bin/sh +find . -type f -iname "*.*" -exec soffice --headless --convert-to pdf {} + && +pdfunite *.pdf output.pdf |