diff options
Diffstat (limited to 'mutt-pdf')
| -rwxr-xr-x | mutt-pdf | 5 |
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" |
