diff options
Diffstat (limited to 'mutt-pdf')
| -rwxr-xr-x | mutt-pdf | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,5 +1,2 @@ #!/bin/sh -mkdir -p ~/Downloads/mail -dest=~/Downloads/mail/mutt_$$.pdf -cp "$1" "$dest" -zathura "$dest" +exec zathura "$1" |
