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

# 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 "$@"