index/tools/precommit.sh

10 lines
93 B
Bash
Raw Normal View History

#!/bin/bash
2022-09-13 15:13:11 +02:00
pushd .
cd $(dirname "$0")
php update-headers.php
php update-version.php
popd