Sha256: 2651c44233e59b432d57204db4e9020e8cb0cbe7c37194829cb6f1db1bbd96a7

Contents?: true

Size: 273 Bytes

Versions: 3

Compression:

Stored size: 273 Bytes

Contents

#! /usr/bin/env ruby
# -*- ruby -*-

PATH = ENV['PATH'] = [
  File.expand_path(File.join(__dir__, 'internal')),
  ENV['PATH']
].join(':')

PROGRAM = File.basename($PROGRAM_NAME)

abort unless (COMMAND = ARGV.shift)

exec({ 'PATH' => PATH }, "#{PROGRAM}.#{COMMAND}", *ARGV)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cloudstrap-azure-0.4.13.pre command/cloudstrap-azure
cloudstrap-azure-0.4.12.pre command/cloudstrap-azure
cloudstrap-azure-0.4.11.pre command/cloudstrap-azure