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