encrypt files in Pijul repositry before recording using Pijul hooks.
#!/bin/sh
set -e
IFS='
'

if ! gpg=$(command -v gpg2) >/dev/null; then
  echo "$0 requires gpg2" >&2
  false
fi