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

8 lines
72 B
Bash
Executable file

#!/usr/bin/env bash
pushd .
cd $(dirname "$0")
./update-headers
popd