sasae/tools/precommit.sh

9 lines
72 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2023-08-24 22:31:36 +00:00
pushd .
cd $(dirname "$0")
./update-headers
2023-08-24 22:31:36 +00:00
popd