aboutsummaryrefslogtreecommitdiff
path: root/mutt-pdf
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukasz.kasprzak@pm.me>2026-03-19 15:05:32 +0100
committerLukasz Kasprzak <lukasz.kasprzak@pm.me>2026-03-19 15:05:32 +0100
commitb1844d805a8f190af00faf3f6e5bed7d997ecaae (patch)
treed6296ba5e85034836e203a542d2ad34a9e5c5b32 /mutt-pdf
parentc74163f1ecbd809c83bb465ee89fa04369a89972 (diff)
downloadbin-b1844d805a8f190af00faf3f6e5bed7d997ecaae.tar.gz
bin-b1844d805a8f190af00faf3f6e5bed7d997ecaae.zip
created sorter for sorting downloads with custom rules; created straper for recreation of server
Diffstat (limited to 'mutt-pdf')
-rwxr-xr-xmutt-pdf5
1 files changed, 5 insertions, 0 deletions
diff --git a/mutt-pdf b/mutt-pdf
new file mode 100755
index 0000000..be0ab56
--- /dev/null
+++ b/mutt-pdf
@@ -0,0 +1,5 @@
+#!/bin/sh
+mkdir -p ~/Downloads/mail
+dest=~/Downloads/mail/mutt_$$.pdf
+cp "$1" "$dest"
+zathura "$dest"