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