mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
7 lines
115 B
Bash
Executable file
7 lines
115 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
CP2K_ROOT=$(dirname "$0")
|
|
|
|
"${CP2K_ROOT}/tools/precommit/precommit.py" --allow-modifications
|
|
|
|
#EOF
|