Sign in
cos
/
mirrors
/
cros
/
chromium
/
tools
/
depot_tools
/
d9391fdb176da469e56f3a9d490cff8c89833262
/
.
/
git-templates
/
hooks
/
post-commit
blob: 23e4c3716b032c552d45ee4aa6b5b4074be1840d [
file
] [
log
] [
blame
]
#!/bin/sh
[
-
e
"build/git-hooks/post-commit"
]
&&
exec sh
"build/git-hooks/post-commit"
"$@"
exit
0