#!/bin/sh
#
# Validate the commit message.

./tools/validate-commit.py --commitmsg $1


