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
2023-08-24 22:31:36 +00:00

8 lines
70 B
Bash
Executable file

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