allwinner_a64/android/external/toolchain-utils/toolchain_utils_githooks/pre-push
2018-08-08 16:14:42 +08:00

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