diff options
| author | Lukasz Kasprzak <lukasz.kasprzak@pm.me> | 2026-03-19 15:05:32 +0100 |
|---|---|---|
| committer | Lukasz Kasprzak <lukasz.kasprzak@pm.me> | 2026-03-19 15:05:32 +0100 |
| commit | b1844d805a8f190af00faf3f6e5bed7d997ecaae (patch) | |
| tree | d6296ba5e85034836e203a542d2ad34a9e5c5b32 /mutt-pdf | |
| parent | c74163f1ecbd809c83bb465ee89fa04369a89972 (diff) | |
| download | bin-b1844d805a8f190af00faf3f6e5bed7d997ecaae.tar.gz bin-b1844d805a8f190af00faf3f6e5bed7d997ecaae.zip | |
created sorter for sorting downloads with custom rules; created straper for recreation of server
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" |
