Add make_pretty.sh script

This commit is contained in:
Ole Schütt 2025-12-18 15:01:07 +01:00 committed by Ole Schütt
parent c8cf32602f
commit f0e2e694aa

7
make_pretty.sh Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash -e
CP2K_ROOT=$(dirname "$0")
"${CP2K_ROOT}/tools/precommit/precommit.py" --allow-modifications
#EOF