#!/usr/bin/env sh
# Cross-platform commit-msg launcher.

exec python "$(dirname "$0")/commit-msg.py" "$@"
