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