index/tools/precommit.sh

10 lines
89 B
Bash
Raw Normal View History

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