index/tools/precommit.sh

10 lines
93 B
Bash
Executable File

#!/bin/bash
pushd .
cd $(dirname "$0")
php update-headers.php
php update-version.php
popd