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

4 lines
57 B
Bash
Executable file

#!/usr/bin/env sh
gpg2 --output "$1.gpg" --encrypt "$1"