diff options
| author | Lukasz Kasprzak <lukasz.kasprzak@pm.me> | 2026-04-13 17:37:26 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukasz.kasprzak@pm.me> | 2026-04-13 17:37:26 +0200 |
| commit | 51d43498b07dc97d795947964534f0903cd05db5 (patch) | |
| tree | 735712bd50b5c244ef922a3b873c709ecce604cd /mutt-pdf | |
| parent | 39711cf6c2ec5a3b4480dcb4800cc3802bda5bf2 (diff) | |
| download | bin-51d43498b07dc97d795947964534f0903cd05db5.tar.gz bin-51d43498b07dc97d795947964534f0903cd05db5.zip | |
routine backup
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" |
