index/tools/precommit.bat

9 lines
81 B
Batchfile

@echo off
pushd .
cd %~dp0
php update-headers.php
php update-version.php
popd