index/tools/precommit.sh

10 lines
93 B
Bash
Raw Permalink Normal View History

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