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