Sign in
cos
/
mirrors
/
cros
/
chromium
/
tools
/
depot_tools
/
1ec57124a67c6fd4ea2f2fe9ce9fdb6c31d3fd5d
/
.
/
git-templates
/
hooks
/
pre-commit
blob: 232e4a539b4d68aea21ec1d4598911a8687587bd [
file
] [
log
] [
blame
]
#!/bin/sh
[
-
e
"build/git-hooks/pre-commit"
]
&&
exec sh
"build/git-hooks/pre-commit"
"$@"
exit
0