diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-07-09 23:06:02 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-07-09 23:06:02 +0530 |
commit | 86339c76d98cc0f150e147bcc5cdd5fdfe956a01 (patch) | |
tree | dd10286487d6f1f4cc48d1996d5200fdade79e34 /.scripts/pdfconv | |
parent | 9e4565b838df7949d6c60f21d3e06cdc0ef8d2a3 (diff) |
.scripts: Adding old pdfconv,pidkillall and get current pipewire volume script
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 |