ambevar-dotfiles/.ml.sh

6 lines
72 B
Bash
Executable File

#!/bin/sh
pwds=`gpg --decrypt ~/.pwds.gpg`
eval "$pwds"
exec mutt "$@"