#!/bin/sh
set -eu

repo=$(git rev-parse --show-toplevel)
exec python3 "$repo/scripts/check_commit_message.py" "$1"
