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