From b1844d805a8f190af00faf3f6e5bed7d997ecaae Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Thu, 19 Mar 2026 15:05:32 +0100 Subject: created sorter for sorting downloads with custom rules; created straper for recreation of server --- mutt-pdf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 mutt-pdf (limited to 'mutt-pdf') 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" -- cgit v1.3