1*c8dee2aaSAndroid Build Coastguard Worker#! /bin/sh 2*c8dee2aaSAndroid Build Coastguard Worker# Copyright 2019 Google LLC 3*c8dee2aaSAndroid Build Coastguard Worker# Use of this source code is governed by a BSD-style license that can be 4*c8dee2aaSAndroid Build Coastguard Worker# found in the LICENSE file. 5*c8dee2aaSAndroid Build Coastguard WorkerSRC='https://gerrit-review.googlesource.com/tools/hooks/commit-msg' 6*c8dee2aaSAndroid Build Coastguard Workercd "$(dirname "$0")/.." 7*c8dee2aaSAndroid Build Coastguard WorkerHOOK="$(git rev-parse --git-dir)/hooks/commit-msg" 8*c8dee2aaSAndroid Build Coastguard Workercurl -L -o "$HOOK" "$SRC" && chmod +x "$HOOK" 9