#!/bin/sh

$mix_path git_hooks.run $git_hook "$@"
[ $? -ne 0 ] && exit 1
exit 0
fi
