Sha256: 556bf57c281fa4615a8e75cb25ba5272e5fff375be16ded7356df8c987e85448
Contents?: true
Size: 232 Bytes
Versions: 7
Compression:
Stored size: 232 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
7 entries across 7 versions & 1 rubygems