dotfiles/bin/.bin/maildecrypt

5 lines
84 B
Plaintext
Raw Normal View History

#!/bin/sh
gpg --output /tmp/decrypt.html --decrypt "$@"
firefox /tmp/decrypt.html