blob: 2fe2493e601445562486e5ab4f25f2d94a25a8a8 [file] [log] [blame]
Zhouyihai Ding4917b082017-09-21 12:52:50 -07001#!/bin/bash
ZhouyihaiDing71158622017-09-21 13:23:35 -07002# Copyright 2017 gRPC authors.
Zhouyihai Ding4917b082017-09-21 12:52:50 -07003#
ZhouyihaiDing71158622017-09-21 13:23:35 -07004# 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
Zhouyihai Ding4917b082017-09-21 12:52:50 -07007#
ZhouyihaiDing71158622017-09-21 13:23:35 -07008# http://www.apache.org/licenses/LICENSE-2.0
Zhouyihai Ding4917b082017-09-21 12:52:50 -07009#
ZhouyihaiDing71158622017-09-21 13:23:35 -070010# 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.
Zhouyihai Ding4917b082017-09-21 12:52:50 -070015
16source ~/.rvm/scripts/rvm
17set -ex
18
Mehrdad Afshari89f55022018-01-26 12:10:43 -080019cd "$(dirname "$0")/../../.."
ZhouyihaiDingd0153892017-09-28 15:00:15 -070020
Zhouyihai Ding4917b082017-09-21 12:52:50 -070021# The proxy worker for PHP is implemented in Ruby
Mehrdad Afshari89f55022018-01-26 12:10:43 -080022ruby src/ruby/qps/proxy-worker.rb "$@"
Zhouyihai Ding4917b082017-09-21 12:52:50 -070023