#!/usr/bin/env bash
# graphify graph auto-refresh on commit. See _graphify_refresh.sh.
exec "$(git rev-parse --show-toplevel)/scripts/hooks/_graphify_refresh.sh" post-commit
