#!/bin/bash
# Delimit commit-msg hook
echo "[DELIMIT] Validating commit message..."
node $(dirname "$0")/../../bin/delimit-cli.js hook commit-msg "$1"
