aboutsummaryrefslogtreecommitdiff
path: root/mutt-pdf
diff options
context:
space:
mode:
Diffstat (limited to 'mutt-pdf')
-rwxr-xr-xmutt-pdf5
1 files changed, 1 insertions, 4 deletions
diff --git a/mutt-pdf b/mutt-pdf
index be0ab56..c60dc49 100755
--- a/mutt-pdf
+++ b/mutt-pdf
@@ -1,5 +1,2 @@
#!/bin/sh
-mkdir -p ~/Downloads/mail
-dest=~/Downloads/mail/mutt_$$.pdf
-cp "$1" "$dest"
-zathura "$dest"
+exec zathura "$1"