Sha256: bb2b72ef31e3045a364c2b4191a64e43cf224d8856c72664c042be158e73f175
Contents?: true
Size: 233 Bytes
Versions: 5
Compression:
Stored size: 233 Bytes
Contents
#!/usr/bin/env ruby config_path = "/tmp/test-trollolorc-#{rand(100000)}" bin_path = File.expand_path('../../../../bin/trollolo', __FILE__) ENV["TROLLOLO_CONFIG_PATH"] = config_path cmd = "#{bin_path} #{ARGV.join(" ")}" exec(cmd)
Version data entries
5 entries across 5 versions & 1 rubygems