diff --git a/make_pretty.sh b/make_pretty.sh new file mode 100755 index 0000000000..a31b007b33 --- /dev/null +++ b/make_pretty.sh @@ -0,0 +1,7 @@ +#!/bin/bash -e + +CP2K_ROOT=$(dirname "$0") + +"${CP2K_ROOT}/tools/precommit/precommit.py" --allow-modifications + +#EOF