From 86339c76d98cc0f150e147bcc5cdd5fdfe956a01 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Sun, 9 Jul 2023 23:06:02 +0530 Subject: .scripts: Adding old pdfconv,pidkillall and get current pipewire volume script --- .scripts/pdfconv | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .scripts/pdfconv (limited to '.scripts/pdfconv') 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 -- cgit v1.2.3