#!/bin/sh
if which "tg" > /dev/null; then exec "$(tg --hooks-path)"/pre-commit "$@"; fi
