blob: 6b1c6c90eac9fddf8f65fc1554157fd8644427ee [file] [log] [blame]
szager@chromium.org9aca1042012-12-28 20:58:26 +00001#!/bin/bash
2
3[ -e "build/git-hooks/post-commit" ] && exec bash "build/git-hooks/post-commit" "$@"
4exit 0