3 lines
108 B
Bash
3 lines
108 B
Bash
|
#!/bin/sh
|
||
|
gpg --quiet --batch --use-agent --decrypt "${HOME}"/.password-store/z101010.ten/ansible.vault.gpg
|