index/tools/precommit.sh

10 lines
89 B
Bash
Raw Permalink Normal View History

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