Sha256: 7556daaeac3567a4ff2f55e8e188bcc7a9925f6bd2151c370e1d138c7bf6b4d0

Contents?: true

Size: 256 Bytes

Versions: 22

Compression:

Stored size: 256 Bytes

Contents

require "fileutils"

module Mandy
  class Packer
    def self.unpack(file)
      return false unless File.extname(file) == '.tar'
      `tar -xf #{file}`
    end
  end
end

Mandy::Packer.unpack(ARGV[0])

exec("bin/mandy-#{ARGV[1]} #{ARGV[2]} '#{ARGV[3]}'")

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
mandy-0.4.90 bootstrap.rb
mandy-0.4.87 bootstrap.rb
mandy-0.4.86 bootstrap.rb
mandy-0.4.83 bootstrap.rb
mandy-0.4.10 bootstrap.rb
mandy-0.4.81 bootstrap.rb
mandy-0.4.8 bootstrap.rb
mandy-0.4.7 bootstrap.rb
mandy-0.4.6 bootstrap.rb
mandy-0.4.5 bootstrap.rb
mandy-0.4.4 bootstrap.rb
mandy-0.4.3 bootstrap.rb
mandy-0.4.2 bootstrap.rb
mandy-0.4.1 bootstrap.rb
mandy-0.4 bootstrap.rb
mandy-0.3.13 bootstrap.rb
mandy-0.3.12 bootstrap.rb
mandy-0.3.11 bootstrap.rb
mandy-0.3.10 bootstrap.rb
mandy-0.3.9 bootstrap.rb