syokuhou/tools/precommit.sh

9 lines
72 B
Bash
Raw Permalink Normal View History

2024-08-04 01:07:23 +00:00
#!/usr/bin/env bash
2023-10-20 21:21:17 +00:00
pushd .
cd $(dirname "$0")
2024-08-04 01:07:23 +00:00
./update-headers
2023-10-20 21:21:17 +00:00
popd