#!/bin/sh

REPOS="$1"
TXN="$2"

"/repo/hooks/check-mime-type.pl" "$REPOS" "$TXN" || exit 1

# All checks passed, so allow the commit.
exit 0
