.dotfiles/.bin/gpg2-decrypt

4 lines
62 B
Plaintext
Raw Normal View History

2022-10-17 16:49:58 +00:00
#!/usr/bin/env sh
2022-10-17 16:49:58 +00:00
gpg2 --output "${1%'.gpg'}" --decrypt "$1"