chiark / gitweb /
0b6afdc7b00551b1a2953cad7597f4e0b6d2c9ab
[ssh-ca] / lib / func.sh
1 ### -*-sh-*-
2
3 ## Read user configuration.
4 . etc/config.sh
5
6 ## GnuPG runes.
7 run_gpg () {
8   gpg --no-permission-warning \
9     --homedir=gnupg --options=etc/gpg.conf \
10     "$@"
11 }