#!/bin/bash
[ -e "build/git-hooks/post-update" ] && exec bash "build/git-hooks/post-update" "$@"
exit 0