aboutsummaryrefslogtreecommitdiff
path: root/toolchain_utils_githooks/pre-push
blob: eef8a09a3a9caef846752718e1fddac682830ab1 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
#
# Copyright (c) 2016 Google Inc.
#

# Just execute our custom pre-push script.
# Do this trick so that this file does not need to be updated each time
# we modify our pre-push script
exec ./toolchain_utils_githooks/pre-push.real "$@"