#!/usr/bin/env bash
# File generated by rh-multi-pre-commit
# ID: 308ef274-3374-479a-b03a-298d8fdbba34

INSTALL_PYTHON=/usr/bin/python3

if [ -x "$INSTALL_PYTHON" ]; then
    exec "$INSTALL_PYTHON" -m rh_pre_commit.multi
elif command -v rh-multi-pre-commit > /dev/null; then
    exec rh-multi-pre-commit
else
    echo '`rh-multi-pre-commit` not found.' 1>&2
    echo 'For more information: https://source.redhat.com/departments/it/it-information-security/leaktk/leaktk_components/rh_pre_commit' 1>&2
    exit 1
fi
