summaryrefslogtreecommitdiff
path: root/.scripts/pdfconv
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2023-07-09 23:06:02 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2023-07-09 23:06:02 +0530
commit86339c76d98cc0f150e147bcc5cdd5fdfe956a01 (patch)
treedd10286487d6f1f4cc48d1996d5200fdade79e34 /.scripts/pdfconv
parent9e4565b838df7949d6c60f21d3e06cdc0ef8d2a3 (diff)
.scripts: Adding old pdfconv,pidkillall and get current pipewire volume script
Diffstat (limited to '.scripts/pdfconv')
-rwxr-xr-x.scripts/pdfconv3
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