.dotfiles/.bin/gpg2-decrypt
2022-10-17 18:49:58 +02:00

4 lines
62 B
Bash
Executable file

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