2017-06-02 15:49:10 -04:00

5 lines
110 B
Bash

#!/bin/bash
pwds='gpg --decrypt ~/.config/Scripts/DELET'
eval "$pwds"
exec mutt -F ~/.config/mutt/muttrc "$@"