Sha256: b18ccaf2569a3101cefaa4fc2dfcc9b6b9067ae311d3058cca81c4c90f5ff9ec
Contents?: true
Size: 233 Bytes
Versions: 3
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
3 entries across 3 versions & 1 rubygems