.dotfiles/.bin/gpg2-decrypt

4 lines
60 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
gpg2 --output ${1%".gpg"} --decrypt $1