Correction : {host,local,remote}/ : duplicity + MySQL.
[lhc/ateliers.git] / local / gpg-local
diff --git a/local/gpg-local b/local/gpg-local
new file mode 100755 (executable)
index 0000000..2596f81
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh -eu
+tool=$(readlink -e "${0%/*}/..")
+. "$tool"/local/lib.sh
+
+LANG=C gpg \
+ --homedir "$tool"/var/pub/openpgp \
+ --no-default-keyring \
+ --no-permission-warning \
+ --secret-keyring /dev/null \
+ "$@"