This repository has been archived on 2024-11-14. You can view files and clone it, but cannot push or open issues or pull requests.
sasae-templating/tools/precommit.sh

9 lines
72 B
Bash
Raw Permalink Normal View History

#!/usr/bin/env bash
2023-08-24 22:31:36 +00:00
pushd .
cd $(dirname "$0")
./update-headers
2023-08-24 22:31:36 +00:00
popd