1*760c253cSXin Li#!/bin/bash 2*760c253cSXin Li# 3*760c253cSXin Li# Copyright 2016 Google LLC 4*760c253cSXin Li# 5*760c253cSXin Li 6*760c253cSXin Li# Just execute our custom pre-push script. 7*760c253cSXin Li# Do this trick so that this file does not need to be updated each time 8*760c253cSXin Li# we modify our pre-push script 9*760c253cSXin Liexec ./toolchain_utils_githooks/pre-push.real "$@" 10