syokuhou/tools/precommit.sh
2023-10-20 21:21:17 +00:00

9 lines
70 B
Bash
Executable file

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