aboutsummaryrefslogtreecommitdiff
path: root/mutt-pdf
diff options
context:
space:
mode:
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"