android13/external/toolchain-utils/toolchain_utils_githooks/pre-push

10 lines
248 B
Bash
Executable File

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