This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
misc-thomas/bin/mutt-pdf

6 lines
73 B
Bash
Executable File

#!/bin/bash
mv -f -T "$1" "$1".mv
( evince "$1".mv ; rm -f "$1".mv ) &