sasae/tools/precommit.sh

9 lines
70 B
Bash
Raw Normal View History

2023-08-24 22:31:36 +00:00
#!/bin/bash
pushd .
cd $(dirname "$0")
php update-headers.php
popd