#!/bin/bash

[ -e "build/git-hooks/post-commit" ] && exec bash "build/git-hooks/post-commit" "$@"
exit 0
