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