#!/bin/sh
#
# A git pre-commit hook for checking whether Funktionsklempner
# needs to update its generated sources.
#
# Author: Malte J. Ziebarth (malte.ziebarth@tum.de)
#
# Copyright (C) 2025 Technische Universität München
#
# SPDX-FileCopyrightText: 2025 Technical University of Munich
# SPDX-License-Identifier: EUPL-1.2
# SPDX-FileContributor: Malte J. Ziebarth <malte.ziebarth@tum.de>

# START_FUNKTIONSKLEMPNER_HOOK
funktionsklempner verify


# END_FUNKTIONSKLEMPNER_HOOK