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