.dotfiles/.bin/gpg2-encrypt

4 lines
57 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" --encrypt "$1"