#!/bin/sh [ -e "build/git-hooks/pre-commit" ] && exec "build/git-hooks/pre-commit" "$@" exit 0