blob: 4e9c212877a57a624cb304501b1b24a0d1725f63 [file] [log] [blame]
murgatroid996a4c4fa2015-02-27 12:08:57 -08001#!/bin/bash
Jan Tattermusch7897ae92017-06-07 22:57:36 +02002# Copyright 2015 gRPC authors.
murgatroid996a4c4fa2015-02-27 12:08:57 -08003#
Jan Tattermusch7897ae92017-06-07 22:57:36 +02004# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
murgatroid996a4c4fa2015-02-27 12:08:57 -08007#
Jan Tattermusch7897ae92017-06-07 22:57:36 +02008# http://www.apache.org/licenses/LICENSE-2.0
murgatroid996a4c4fa2015-02-27 12:08:57 -08009#
Jan Tattermusch7897ae92017-06-07 22:57:36 +020010# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
murgatroid996a4c4fa2015-02-27 12:08:57 -080015
16set -ex
17
murgatroid996a4c4fa2015-02-27 12:08:57 -080018# change to grpc repo root
Mehrdad Afsharie0614e72017-06-27 17:18:31 -070019cd "$(dirname "$0")/../../.."
murgatroid996a4c4fa2015-02-27 12:08:57 -080020
21rake