#!/bin/bash

# $1 is the file containing the commit message
gherrit hook commit-msg "$1"
exit $?
