#!/usr/bin/env bash set -e exec >&2 if git diff-index --cached HEAD -- | grep -q $'\tsys/ns/'; then exec hooks/lib/update-zone-serials fi