diff options
Diffstat (limited to 'bin/decrypt-vault-password')
-rwxr-xr-x | bin/decrypt-vault-password | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/decrypt-vault-password b/bin/decrypt-vault-password new file mode 100755 index 0000000..e82de62 --- /dev/null +++ b/bin/decrypt-vault-password @@ -0,0 +1,3 @@ +#! /usr/bin/env sh + +gpg --decrypt --batch --quiet --use-agent misc/vault-password.asc |