Sha256: 0a6ad9e16639ebd935af8570c3264b496551db34491203f3da226a2102cb9e45
Contents?: true
Size: 339 Bytes
Versions: 404
Compression:
Stored size: 339 Bytes
Contents
#!/usr/bin/env ruby # This script proxies the commands to service like cfn-cmd does, but in ruby so that gemstubs work vendor=File.expand_path('../../vendor/AWSCloudFormation-1.0.12',__FILE__) command=File.basename(__FILE__) exec "AWS_CLOUDFORMATION_HOME=#{vendor} SERVICE_HOME=#{vendor} #{vendor}/bin/#{command} \"#{ARGV.join('" "')}\""
Version data entries
404 entries across 14 versions & 1 rubygems