Major change of approach and rewrite.
[ssh-ca] / lib / func.sh
diff --git a/lib/func.sh b/lib/func.sh
new file mode 100644 (file)
index 0000000..0b6afdc
--- /dev/null
@@ -0,0 +1,11 @@
+### -*-sh-*-
+
+## Read user configuration.
+. etc/config.sh
+
+## GnuPG runes.
+run_gpg () {
+  gpg --no-permission-warning \
+    --homedir=gnupg --options=etc/gpg.conf \
+    "$@"
+}
\ No newline at end of file