aboutsummaryrefslogtreecommitdiff
path: root/home/dot_local/share/bin/executable_gpg-git.tmpl
blob: d78200e9fc6927f463851a1397f7ff309ac8d819 (plain)
1
2
3
4
5
6
#!/usr/bin/env sh
{{- with ( dig "git" "gpg_id" nil . ) }}
GPG_KEY_ID="{{ . }}"
GPG_KEY_PASSPHRASE="$(pass "gpg/$GPG_KEY_ID.asc" | head -n1)"
gpg --batch --no-tty --pinentry-mode loopback --passphrase "$GPG_KEY_PASSPHRASE" "$@"
{{- end }}