mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 06:05:29 -04:00
Add make_pretty.sh script
This commit is contained in:
parent
c8cf32602f
commit
f0e2e694aa
1 changed files with 7 additions and 0 deletions
7
make_pretty.sh
Executable file
7
make_pretty.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
CP2K_ROOT=$(dirname "$0")
|
||||
|
||||
"${CP2K_ROOT}/tools/precommit/precommit.py" --allow-modifications
|
||||
|
||||
#EOF
|
||||
Loading…
Add table
Add a link
Reference in a new issue