xref: /aosp_15_r20/external/toolchain-utils/toolchain_utils_githooks/pre-push (revision 760c253c1ed00ce9abd48f8546f08516e57485fe)
1#!/bin/bash
2#
3# Copyright 2016 Google LLC
4#
5
6# Just execute our custom pre-push script.
7# Do this trick so that this file does not need to be updated each time
8# we modify our pre-push script
9exec ./toolchain_utils_githooks/pre-push.real "$@"
10