sasae/tools/precommit.sh
2023-08-24 22:31:36 +00:00

9 lines
70 B
Bash
Executable file

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