diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-06-01 19:15:26 +0100 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-06-01 19:15:26 +0100 |
commit | d129e0950bdaf55c7d752933e77790e9d5b151a3 (patch) | |
tree | 0db32866ecde3b370a239dc968d4fe87d58773f9 /bin/decrypt-vault-password | |
parent | c593b0c5ed0395c4fe31d074cfaf2e2657ae0856 (diff) | |
download | infra-d129e0950bdaf55c7d752933e77790e9d5b151a3.tar.gz infra-d129e0950bdaf55c7d752933e77790e9d5b151a3.tar.bz2 infra-d129e0950bdaf55c7d752933e77790e9d5b151a3.zip |
Remove .sh extention from bin tools
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 |