Sha256: 56bd16eca2e0411a8d7b4828a9e75fd7d62775f77546af68c4d33ebff3836366
Contents?: true
Size: 306 Bytes
Versions: 3
Compression:
Stored size: 306 Bytes
Contents
#! /usr/bin/env ruby # -*- mode: ruby -*- begin require 'envoy/client/command' Envoy::Client::Command.new.run(ARGV) rescue LoadError path = File.expand_path '../../lib', __FILE__ $:.unshift path if File.directory?(path) require 'envoy/client/command' Envoy::Client::Command.new.run(ARGV) end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
envoy-proxy-1.0.3 | bin/envoy |
envoy-proxy-1.0.1 | bin/envoy |
envoy-proxy-1.0.0 | bin/envoy |