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