index/tools/precommit.sh

10 lines
81 B
Bash
Executable file

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