xref: /aosp_15_r20/external/toolchain-utils/toolchain_utils_githooks/pre-push (revision 760c253c1ed00ce9abd48f8546f08516e57485fe)
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