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.
syokuhou-config/tools/precommit.sh

9 lines
70 B
Bash
Raw Normal View History

2023-10-20 21:21:17 +00:00
#!/bin/bash
pushd .
cd $(dirname "$0")
php update-headers.php
popd