4 lines
106 B
Bash
4 lines
106 B
Bash
|
#!/bin/sh
|
||
|
gpg --quiet --batch --use-agent --decrypt "${HOME}"/.password-store/work/ansible.vault.ipr.gpg
|
||
|
|