.dotfiles/.local/bin/gpg2-decrypt

4 lines
60 B
Bash
Executable file

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