#!/bin/sh

gitdir="$(git rev-parse --git-dir)"
hook="$gitdir/hooks/post-commit"

git-privacy --gitdir "$(git rev-parse --show-toplevel)" check
