index/tools/precommit.bat

10 lines
81 B
Batchfile

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